Topic: Project Directory name containing spaces.
If the project directory contains spaces, e.g.
D:\My Project To Sort Numbers\Sorting_Project
Then the "current directory" isn't set properly and attempts to run the project inside the GUI will fail with an error similar to:
Cannot find D:\My
I can make the debugger work by putting the current directory as "D:\My Project To Sort Numbers\Sorting_Project" (including the quotes) but the program will not run inside the GUI even with this workaround.
Could you look into this please?
David