First post, by RC_TORONTO
Hey all. been trying to get MicroCode Studio to work using Wine and DosBox. It is a Basic compiler for PIC Microcontrollers. Everything works great - except the compile command. Basically the app calls a 'run.bat' file which loads the PBPW.EXE (a windows console program) Wine borks, as winevdm does not handle bat files, and so I have installed Dosbox, which opens momentarily when I run the compile command in MicroCode Studio but then closes immediately - and my app gets an "out of memory" error.
I've run MCS from the command line to see the background output, and it appears DosBox is not using the config files (not the one in it's .dosbox directory, nor the dosbox.conf, nor the .dosboxrc's I've tried installing everywhere trying to figure out how to get it not using the TMP config file that wine insists on using) Anyone have any suggestion about what may be wrong, or how I can at least get wine to use the static dosbox configuration file when opening dos or bat files from within an windows application? THX