Is it possible to use the lmdfu and lmusbdll libraries in the same project?
uafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void *)" (??3@YAXPAX@Z) already defined in LIBCMT.lib(delete.obj)
Maybe I'm using the libraries incorrectly. Just adding one was a pain but I finally got it to work. Now I'm trying to have both available to one exe but I don't see how to get around this.