WINPCAP problem!
-
Hi all, I got the source code of windows CE version's WINPCAP from http://winpcap.polito.it. But when I try to build it, it gives the following errors: afxwce.lib(dllmodul.obj) : error LNK2005: DllMain already defined in corelibc.lib(dllmain.obj) uafxwce.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll) uafxwce.lib(dllmodul.obj) : warning LNK4006: DllMain already defined in corelibc.lib(dllmain.obj); second definition ignored uafxwce.lib(afxmem.obj) : warning LNK4006: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in coredll.lib(COREDLL.dll); second definition ignored Creating library ..\ARMRel/PktDrv.lib and object ..\ARMRel/PktDrv.exp ..\ARMRel/PktDrv.dll : fatal error LNK1169: one or more multiply defined symbols found Error executing link.exe. Does anyone know how to debug? Please kindly help!! Also, if I want to add an option to "linker command line option", where should I add? Many thanks!!! William