As far as I can remember the output is in the same directory as the BAS file being compiled.
Why do you want to change the path?
As far as I can remember the output is in the same directory as the BAS file being compiled.
Why do you want to change the path?
Dave
Always wear safety glasses while programming.
I dont really like the microcode studio IDE so i decided to use notepad++ instead. The problem is that it wont compile it so ive added an item to the context menus for .pbp files. When i right-click a file there is now a "Compile" option which runs an app i made. That app copies the .pbp file to a temp folder (because of the long path issue) then executes the compiler and copies the .hex file back to where the source file is.
I had a look through everything that comes up when i run those commands but it doesnt seem to have an option to change the output folder (only the input file). It turns out that it uses the current working directory. I changed that in my app and it works fine now.
Thanks for your help
Bookmarks