Using mingw32
My proposed portable app is written in c++ and is compiled with mingw32. I wrote and have full control of the source code.
At present all of the apps program, dependencies and data are in one directory. It works fine, even on a mac or Linux under wine. It is fully portable in that if you copy all of the files to any folder or usb stick the app still works OK.
mingw32 looks for its dependencies either in the same directory as the .exe or on the Windows PATH. How do I make it look in the App/Appname for these dependencies without altering the PATH?
- Read more about Using mingw32
- 7 comments
- Log in or register to post comments