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?
All suggestions welcome and apologies if this question has been asked before as I am new to portableapps.com and are still finding my way around.
csw900