I keep my source files on a network HDD so I can access them from any machine on my LAN. The IDE has no problem finding the source but I wonder about the forward slash at the end of the --directory= directive.>"F:\ZBASIC\zbasic.exe" --target-device=ZX328n --directory="\\Dsm-602h\share\ZBasic Code/" --project="cm17-zxs.pjt"
Error: cannot open intermediate file "zx_HwPk44\cm17_zxs.eeb"
Version 2.8.4
>Exit code: 1
The \\Dsm-602h\share\ZBasic Code\zx_HwPk44\ folder was created but it contains only cm17-zxs.c and cm17-zxs.h files - there is no cm17_zxs.eeb file.
The above was from a machine running W98SE. Here is the error message from a machine running XP Pro.
There's no problem when dealing with VM projects.>"C:\Program Files\ZBasic\zbasic.exe" --target-device=ZX328n --directory="\\Dsm-602h\share\ZBasic Code/" --project="cm17-zxs.pjt"
'\\Dsm-602h\share\ZBasic Code'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
The system cannot find the path specified.
'\\Dsm-602h\share\ZBasic Code'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
The system cannot find the file specified.
Error: one or more errors occurred in the back-end build process for "cm17-zxs.zxb"
>Exit code: 1
Also, the Device Options dialog indicates the device chosen in the IDE can be overridden in .prj or .bas file but the debug window always shows the setting from Device Options. What is the syntax for specifying the target device in the .bas file?