I’m having some issues with my control panel
i had to fold our audio driver in so i could make calls the hardware when i did so i get these linker errors.
error LNK2005: “void * __cdecl operator new[](unsigned int)” (??_U@YAPAXI@Z) already defined in nafxcw.lib(afxmem.obj)
error LNK2005: “void __cdecl operator delete[](void *)” (??_V@YAXPAX@Z) already defined in nafxcw.lib(afxmem.obj)
to fix this i use this option in the linker /FORCE:MULTIPLE
but now after debugging the app when i close it the compiler detects many memory leaks has anyone encountered an issue like this?
thanks
