We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如何使用C++进行二次开发?似乎文件丢失。
The text was updated successfully, but these errors were encountered:
找不到.lib。 只有.dll,我要如何调用? @anhkgg
.lib
.dll
Sorry, something went wrong.
使用WinAPI调用,打不开WeChatSDK.dll,GetLastError()返回193(%1 is not a valid Win32 application. ERROR_ITERATED_DATA_EXCEEDS_64k)参考文档
WinAPI调用
WeChatSDK.dll
GetLastError()
(%1 is not a valid Win32 application. ERROR_ITERATED_DATA_EXCEEDS_64k)
HMODULE sdk = LoadLibrary(L"WeChatSDK.dll"); std::cout << sdk << std::endl; //0000000000000000 std::cout << GetLastError() << std::endl; //193
No branches or pull requests
如何使用C++进行二次开发?似乎文件丢失。
The text was updated successfully, but these errors were encountered: