Wednesday, 15 February 2012

c++ First-chance exception in exe (KERNEL32.DLL): 0x0EEDFADE: (no name) FIX!!!

First-chance exception in Test.exe (KERNEL32.DLL): 0x0EEDFADE: (no name)

Just add below before you call the DLL.

CoInitialize(NULL);

No comments:

Post a Comment