I m试图消除错误信息Windows 有时在装上DLL时会波。
我努力做到以下几点:
UINT oldErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS);
SetErrorMode(oldErrorMode | SEM_FAILCRITICALERRORS);
LoadLibrary(myDll);
SetErrorMode(oldErrorMode);
But I m still getting the error windows, I tried to load several DLLs to make sure they don t remove the SerErrorMode() so that s not the case.
是否有任何人认为我可以做些什么?
增 编