Is there a TeeChart .lib file?
Is there a TeeChart .lib file?
I understand that in a C++ project, I have to add the TeeChart .h and .cpp files into the project. But if I'm including that project in another solution, with another project also using the TeeChart control, I need to add them there as well, so all the TeeChart .h and .cpp's need to get compiled twice every time I rebuild, is there any way around this?
Hello,
I'm not sure how to avoid the compilation of TeeChart per project if referenced via library file source, but as to the location, a common folder, a folder apart, could be created for the TeeChart library files so that they physically exist just once between all projects that use them.
Regards,
Marc Meumann
I'm not sure how to avoid the compilation of TeeChart per project if referenced via library file source, but as to the location, a common folder, a folder apart, could be created for the TeeChart library files so that they physically exist just once between all projects that use them.
Regards,
Marc Meumann
Steema Support
Actually, that common folder business won't work, wouldn't that be the same as trying to use the same folder from the other project? Which is the problem I had to begin with, the files need to added into the current project, otherwise I get unresolved external link errors. I guess I'll just have to live with the extra build time.