I receive the reported error when compiling my dll under VS2010.
uafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___wargv uafxcw.lib(appcore.obj) : error LNK2001: unresolved external symbol ___argc
Settings seems to be corrected; that is :
Use of MFC set to : Use of MFC in a Static Library
Runtime Library set to : Multi-threaded
The dll is a directshow filter (Entry point : DllEntryPoint@12). All linked static library are compiled with the same settings, but I can't remove this error. Preprocessor settings are : WIN32;NDEBUG;_WINDOWS;UNICODE
Someone have any idea ?