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
git clone https://github.com/tapika/test_native_dll_loading Modify CMakeLists.txt - uncomment set(staticLinkToMyDll TRUE) and comment next line.
git clone https://github.com/tapika/test_native_dll_loading
CMakeLists.txt
set(staticLinkToMyDll TRUE)
Follow instructions from git to build it.
Go to bin folder and run: dll2exe.exe test_dll_load.exe ext\mydll.dll
bin
dll2exe.exe test_dll_load.exe ext\mydll.dll
Run output.exe - does not print message from .dll.
output.exe
The text was updated successfully, but these errors were encountered:
Btw, repo is also missing vendor\asmjit\src\asmjit\x86 folder, and build\verinfo.rc has absolute path for icon.
vendor\asmjit\src\asmjit\x86
build\verinfo.rc
Sorry, something went wrong.
No branches or pull requests
git clone https://github.com/tapika/test_native_dll_loading
Modify
CMakeLists.txt
- uncommentset(staticLinkToMyDll TRUE)
and comment next line.Follow instructions from git to build it.
Go to
bin
folder and run:dll2exe.exe test_dll_load.exe ext\mydll.dll
Run
output.exe
- does not print message from .dll.The text was updated successfully, but these errors were encountered: