|
-
September 8th, 2009, 01:15 PM
#6
Re: Fatal error C1047
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|