M
Medical-Fix
I hope someone can help me on this!
here is what's happening:
Big project created on MFC C++ with extensive GUI etc...
I tryed to open this project using .NET
and everything is fine from GUI to project settings etc...
Now the problem is that when I try to compile a debug or release vr.
the project gives the following error after successfully compiling all
of the other codes:
//**THIS IS JUST PART OF THE OUTPUT**//
Linking...
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
LogFile.obj : error LNK2001: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
Option_DCT_Settings.obj : error LNK2019: unresolved external symbol
"unsigned long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
referenced in function "bool __cdecl
ATL::_ATL_SAFE_ALLOCA_IMPL::_AtlVerifyStackAvailable(unsigned long)"
(?_AtlVerifyStackAvailable@_ATL_SAFE_ALLOCA_IMPL@ATL@@YA_NK@Z)
HardDriveTest.obj : error LNK2001: unresolved external symbol "unsigned
long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
common.obj : error LNK2001: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
globals.obj : error LNK2019: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ) referenced in
function "unsigned long __stdcall
ATL::GetEnvironmentVariableWFake(unsigned short const *,unsigned short
*,unsigned long)" (?GetEnvironmentVariableWFake@ATL@@YGKPBGPAGK@Z)
ThreadSafe.obj : error LNK2001: unresolved external symbol "unsigned
long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
here is what's happening:
Big project created on MFC C++ with extensive GUI etc...
I tryed to open this project using .NET
and everything is fine from GUI to project settings etc...
Now the problem is that when I try to compile a debug or release vr.
the project gives the following error after successfully compiling all
of the other codes:
//**THIS IS JUST PART OF THE OUTPUT**//
Linking...
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
C:\Program Files\Microsoft Visual Studio .NET
2003\Vc7\PlatformSDK\lib\msimg32.lib : warning LNK4003: invalid library
format; library ignored
LogFile.obj : error LNK2001: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
Option_DCT_Settings.obj : error LNK2019: unresolved external symbol
"unsigned long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
referenced in function "bool __cdecl
ATL::_ATL_SAFE_ALLOCA_IMPL::_AtlVerifyStackAvailable(unsigned long)"
(?_AtlVerifyStackAvailable@_ATL_SAFE_ALLOCA_IMPL@ATL@@YA_NK@Z)
HardDriveTest.obj : error LNK2001: unresolved external symbol "unsigned
long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
common.obj : error LNK2001: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ)
globals.obj : error LNK2019: unresolved external symbol "unsigned long
__cdecl _exception_code(void)" (?_exception_code@@YAKXZ) referenced in
function "unsigned long __stdcall
ATL::GetEnvironmentVariableWFake(unsigned short const *,unsigned short
*,unsigned long)" (?GetEnvironmentVariableWFake@ATL@@YGKPBGPAGK@Z)
ThreadSafe.obj : error LNK2001: unresolved external symbol "unsigned
long __cdecl _exception_code(void)" (?_exception_code@@YAKXZ)