gpa from flash drive

Hello,

Maybe it is not the appropriate place to discuss this but as you are laking a bundle with those tools maybe you can help.

I’d like to use GPA from a flash drive without installing the application. GPG does work from a flashdrive since it is only one executable. But GPA is linked to others libs: when I copy the install directory content on a flash drive and try to run it on another computer it raises an error. As I’m not good at windows debugging I can’t see how to efficiently solve this problem.

Has anyone tried this (and succeeded)?

One solution is to statically link gpa
at compile time. Then there are not
links to libs anymore.

Another alternative is perhaps to convince
Windows to search for libraries that
gpa needs also on the usb stick…