04-05-2024, 05:06 PM
(04-05-2024, 09:00 AM)johnno56 Wrote: I had already tried that but it failed to execute...
How do I fix this without breaking anything?
I could easily set the working directory of a running n7 program to the directory of the executable. The problem is that not all programs want that. Ned is an example of a program that doesn't want it. But most likely ned is the only program that doesn't want it. So ... I will ... add a compiler flag to set the working directory to that of the executable on launch. But you can change it by adding #<something> in your code (or <something> using n7 through the command line). Everyone will be happy