Hello Marcelo,
macicogna wrote:I'm using C++Builder XE2 Professional (C++Builder only personality).
Sorry for the delay here. It took me some time to prepare a virtual machine with a fresh OS (Windows 10 x64) and to install and register C++Builder XE2.
I installed TeeChart Pro v2012.07 and the first time I opened the IDE (always as admin), I got the errors you reported:
- errorsXE2.png (17.93 KiB) Viewed 22012 times
After replying "Yes" to both messages, the IDE loaded. Then I could enable the components without problems on the list of packages:
- packages.png (18.08 KiB) Viewed 22021 times
I also had to add the following to the C++ paths to the "32-bit Windows" platform:
Include paths wrote:
$(TEEINCPATH)
Library paths wrote:
$(TEELIBPATH)
$(TEELIBPATH)\obj
Then I could create a new "VCL Forms Application - C++ Builder" project, drop a TChart component to the form and build and run it without problems.