急,loadlibrary总是返回错误126
ohfox 2007-08-08 10:40:33 开始用
hModule=LoadLibrary(LPCTSTR("D:\\Administrator文档和收藏夹\\Visual Studio 2005\\Projects\\ReceiveSMS\\ReceiveSMS\\mapirule.dll"));
用getlasterror总是126,改为
hModule=::LoadLibrary((LPCTSTR)"Kernel32.dll");
也是同样的错误码,郁闷了。