Hi Folks!
I'm using GRX with GNU-Pascal. Programs written under Win32 (mingw32) which are started from a directory having spaces in the directory name do not work properly.
For example:
c:\own files\my own files\project.exe
Setting the title with GrSetWindowtitle (ParamStr (0)) result in a title named "C:\own".
Trying this out with GNU/Linux results in the correct name (including all whitespaces).
Can anyone help me?
Eike