Erros at MFC link Static library but not at Shared Library
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
HI , i m using VC++ 6 and DirectX ( DirectShow) Now i m compling my project in Release mood and Use MFC in Static Library ,, and it gives following Erorrs at compiling.. \\\\\\\\\\\\ Erorrs//////////// LINK : warning LNK4049: locally defined symbol "_strrchr" imported Strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__sprintf Release/cam.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. ///////// If i change to only to MFC shared Library its gives no Erorr at compile n works fine ......... y? any hlp thanx