After adding CW++ Tools to a VC++6.0 Project, the proper libraries were added via the Project>>Settings Contols. I also altered the .dsp file as described in the Knowledge Base article.
Now, in building the exe for the project there are numerous LNK2005 linker errors due to already defined functions or confliction issues. I have made sure these libraries are not explicitly included. They also do not allow exclusion (ingore in the project>>settings tab).
I have also physically removed them from the library folders where they reside, and, the compiler creates errors for not being able to find them.
Any assistance would be greatly appreciated in how to exclude these libraries or override multiple definition errors.
T
hank you in advance.
-CRiley