In PDS I can go to Options --> Set Path and tell PDS where my code files are located. So, for example, I have a structure that looks like this in DOSBox:
C:\bin - Where all the PDS executables are, including QBX.EXE
C:\CWSTRAT - Where all my code files reside
Unfortunately, while setting the path does fix the issue for code files it does nothing for my non-code file includes, e.g. data files and images. PDS continues looking in C:\bin instead of in C:\CWSTRAT for the necessary files.
In QB64 there doesn't appear to be a Set Path option at all.
I'm trying to use PDS to do some step-by-step debugging, wondering if anyone knows if there is a way to set a working directory (or something similar) in PDS so I don't have to mix all my files in with the bin files?
Also out of curiosity, would like to know if there is a way to accomplish the same with QB64?
Thanks,
Dave