Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What building options should i use in Visual Studio 9.0 to use builded library in Visual Studio 6.0?
Posted

1 solution

This could be quite tricky, as the library will be built with a different version of the CRT (and possibly MFC if it uses that too). The only thing that should really matter is the linking to the CRT in Properties>C/C++>Code Generation>Runtime Library. This should be set to what it was set to when the library was built. If it was built by someone else it may have a readme with the details on what compile options were used.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900