Les Stockton
2005-06-28 03:05:01 UTC
I've got a project that I'm working on from someone else.
I'm using MakeSureDirectoryPathExists, and am getting a link error.
I included ImageHlp.h.
LoaderView.obj : error LNK2001: unresolved external symbol
***@4
Debug/FLoader.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
settings include:
nsviewsd.lib cpclibd.lib /nologo /subsystem:windows /incremental:yes
/pdb:"Debug/TFLoader.pdb" /debug /machine:I386 /nodefaultlib:"LIBCMTD"
/out:"Debug/TFLoader.exe" /pdbtype:sept /libpath:".\Common\Common 6.01\lib"
/libpath:".\Common\MVC 6.01\lib" /libpath:".\OG60\Lib" /libpath:".\OT601\lib"
/nologo /Zp1 /MDd /W3 /Gm /GR /GX /ZI /Od /I "I:\ABB\tfloader\Include" /I
".\Common\Common 6.01\Include" /I "Common\MVC 6.01\Include" /I
"I:\ABB\tfloader\OG70\Include" /I ".\OT601\Include" /D "WIN32" /D "_DEBUG" /D
"_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_GXEXT" /FR"Debug/"
/Fp"Debug/TFLoader.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
Runtime library is Debug Multithreaded DLL. I tried to switch to Debug
Multithreaded, but then got massive errors on other items.
Since I added the use of this routine (MakeSureDirectoryPathExists), I think
the link settings are probably correct for the program, but with this
addition, I'm not sure what to do to resolve this problem. Please help.
I'm using MakeSureDirectoryPathExists, and am getting a link error.
I included ImageHlp.h.
LoaderView.obj : error LNK2001: unresolved external symbol
***@4
Debug/FLoader.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
settings include:
nsviewsd.lib cpclibd.lib /nologo /subsystem:windows /incremental:yes
/pdb:"Debug/TFLoader.pdb" /debug /machine:I386 /nodefaultlib:"LIBCMTD"
/out:"Debug/TFLoader.exe" /pdbtype:sept /libpath:".\Common\Common 6.01\lib"
/libpath:".\Common\MVC 6.01\lib" /libpath:".\OG60\Lib" /libpath:".\OT601\lib"
/nologo /Zp1 /MDd /W3 /Gm /GR /GX /ZI /Od /I "I:\ABB\tfloader\Include" /I
".\Common\Common 6.01\Include" /I "Common\MVC 6.01\Include" /I
"I:\ABB\tfloader\OG70\Include" /I ".\OT601\Include" /D "WIN32" /D "_DEBUG" /D
"_WINDOWS" /D "_AFXDLL" /D "_MBCS" /D "_GXEXT" /FR"Debug/"
/Fp"Debug/TFLoader.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
Runtime library is Debug Multithreaded DLL. I tried to switch to Debug
Multithreaded, but then got massive errors on other items.
Since I added the use of this routine (MakeSureDirectoryPathExists), I think
the link settings are probably correct for the program, but with this
addition, I'm not sure what to do to resolve this problem. Please help.