EDN Admin
Well-known member
<span style="font-size:x-small
Element.obj : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
2>LINK : fatal error LNK1104: cannot open file ..UtilityC:GSWin32DebugUtility.lib
----------------
I have a VC++ solution GS.exe with 2 Projects under it: Element and Utility. Element is dependent on Utility. After building Utility project, I built Element project. The first time was OK. But the second time onwards, I am getting a linker error, as above.
C:GSWin32DebugUtility.lib is the right location for lib, but when I build Utility project, the linker is searching a bogus directory to find Utility.lib....
Can you tell me why the first time was ok, and now I am getting this error?
Thank you.
Makoto
View the full article
Element.obj : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO specification
2>LINK : fatal error LNK1104: cannot open file ..UtilityC:GSWin32DebugUtility.lib
----------------
I have a VC++ solution GS.exe with 2 Projects under it: Element and Utility. Element is dependent on Utility. After building Utility project, I built Element project. The first time was OK. But the second time onwards, I am getting a linker error, as above.
C:GSWin32DebugUtility.lib is the right location for lib, but when I build Utility project, the linker is searching a bogus directory to find Utility.lib....
Can you tell me why the first time was ok, and now I am getting this error?
Thank you.
Makoto
View the full article