Skip to content
New issue

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

如何二次开发? #108

Open
yuitoTDF opened this issue Nov 12, 2022 · 2 comments
Open

如何二次开发? #108

yuitoTDF opened this issue Nov 12, 2022 · 2 comments

Comments

@yuitoTDF
Copy link

如何使用C++进行二次开发?似乎文件丢失。

@yuitoTDF
Copy link
Author

找不到.lib
只有.dll,我要如何调用? @anhkgg

@yuitoTDF
Copy link
Author

yuitoTDF commented Nov 12, 2022

找不到.lib。 只有.dll,我要如何调用? @anhkgg

使用WinAPI调用,打不开WeChatSDK.dllGetLastError()返回193(%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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant