Doubleclicking the App on OSX sets "/" as working directory for the C code part.
For the Qt part, the working dir is the path of the executable inside the app package.
If I copy the files in "/" it works.
@bouncyball: Any suggestion? Is it possible to implement a bypass to set the directory in the correction module?
Edit: I did a call in the Qt part:
chdir( QCoreApplication::applicationDirPath().toLatin1().data() );
First test on OSX: works! :-)
Edit: Second test on Windows: works too!
