Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I have to modify in an old project , I just comment a line in a C++ 2.0 project with VS2005, when i build the project , i see on .net reflector a reference to MSVCR80.DLL, but on the old DLL, wich is on production, there is nor reference to this DLL
how can i remove this reference?
Thank's in advance
Posted

1 solution

You have to change the runtime library options...

http://msdn.microsoft.com/en-us/library/abx4dbyh%28v=vs.80%29.aspx[^]
 
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