Originally Posted by
oscarso
Hi Cilu,
I have the same issue where I got an SDK lib (no DLL) from MSVC 2005 Professional,
and I have to link this lib statically with my code to create a ABC.DLL
under MSVC 2008 Professional.
...and one website suggested that
to change settings on:
C/C++ > Optimization > "Whole Program Optimization" from "/GL" to "No".
Then, it compiled and built properly.
Then, I have an ABCTest.exe program that links with this ABC.DLL.
It first asked for msvcr90.dll, and msvc*90.dll.
I provided all of those, and it ended up a runtime error.
Any idea ?
Best,
Oscar