fatal error LNK1103
-
Dear all, i built the strmbasd.lib in platform sdk command prompt(using nmake command). I try to built the dll in vc++6 ,using this lib file(strmbasd.lib). The following error was occured waiting for the valued suggest from you all.. Output Window Compiling... YuvGray.cpp Linking... Creating library Debug/YuvGray.lib and object Debug/YuvGray.exp LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library strmbasd.lib(strmiids.obj) : fatal error LNK1103: debugging information corrupt; recompile module Error executing link.exe. Results YuvGray.dll - 1 error(s), 1 warning(s)
Manjunath S GESL Bangalore
-
Dear all, i built the strmbasd.lib in platform sdk command prompt(using nmake command). I try to built the dll in vc++6 ,using this lib file(strmbasd.lib). The following error was occured waiting for the valued suggest from you all.. Output Window Compiling... YuvGray.cpp Linking... Creating library Debug/YuvGray.lib and object Debug/YuvGray.exp LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library strmbasd.lib(strmiids.obj) : fatal error LNK1103: debugging information corrupt; recompile module Error executing link.exe. Results YuvGray.dll - 1 error(s), 1 warning(s)
Manjunath S GESL Bangalore
Having built with the PSDK, you've got a lib that was created by a newer compiler than VC6, that's probably your problem. Why are you using VC6 ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Having built with the PSDK, you've got a lib that was created by a newer compiler than VC6, that's probably your problem. Why are you using VC6 ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
I will check it i checked with vc++ 6 bcos this was the version which i installed in my system
Manjunath S GESL Bangalore