No anwering my this question ...y?
-
HI ,,, I m using VC++ 6 and DirectShow Compiling in Release mood + Using MFC Static Library following errors there ,,, but when i change to Shared DLL there is no such error Linking... LINK : warning LNK4049: locally defined symbol "_strrchr" imported thanx Strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__sprintf Release/cam.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
-
HI ,,, I m using VC++ 6 and DirectShow Compiling in Release mood + Using MFC Static Library following errors there ,,, but when i change to Shared DLL there is no such error Linking... LINK : warning LNK4049: locally defined symbol "_strrchr" imported thanx Strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__sprintf Release/cam.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.
The error messages imply that your link settings are bad. If you have manually changed to static linking, you are on your own - you'll have to make sure that all necessary libs are included in the link. You are not likely to get many answers for questions like this, as you should first of all try looking up the error messages in the help or on MSDN, and that there are about a bazillion ways you can muck up the complier- and linker settings yourself. Try creating a new project with the correct settings from the start, and copy the relevant files, then - if you are interested - check the differences in settings between the two. You might also want to read up on linker settings.
-
HI ,,, I m using VC++ 6 and DirectShow Compiling in Release mood + Using MFC Static Library following errors there ,,, but when i change to Shared DLL there is no such error Linking... LINK : warning LNK4049: locally defined symbol "_strrchr" imported thanx Strmbasd.lib(wxdebug.obj) : error LNK2001: unresolved external symbol __imp__sprintf Release/cam.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe.