LoadLibrary的禁止错误
原文:Suppressing errors in LoadLibrary
原文:Suppressing errors in LoadLibrary
I m trying to get rid of the error messages Windows sometimes pops when loading a DLL. I tried to do the following: UINT oldErrorMode = SetErrorMode(SEM_FAILCRITICALERRORS); SetErrorMode(...