When I launch my code from the IDE, GetCurrentDirectory return the path where the .pb file is ("/media/hdd2/"), however, when I compile the executable and I launch it, GetCurrentDirectory return "/home/Account", however the directory of the executable is the same as the .pb file
This explains why no file can be loaded when I launch the executable, but how can I fix that ?
Cheers


