I'm having an i2c master/slave project
and needed to run the two codes (projects) in parallel.
CCS is single instance (?) as I noticed !
But I managed to run it in multiple (2) instances by copying Pcw.exe and renaming it to Pcw2.exe, ....
it worked. But is there a safer way to run multiple projects/
ps: I had no problems so far
and I hope it isn't illegal :D _________________ for(;;);
asmboy
Joined: 20 Nov 2007 Posts: 2128 Location: albany ny
Posted: Sun Oct 02, 2011 3:41 pm
i use a text editor - ( multi edit ) with many open files at once possible and simply copy/ paste between "file tabs"
THEN when ready -just command line compile -
no conflict or confusion at all ;-))
ünloco
Joined: 02 Oct 2011 Posts: 12 Location: Tunisia
Posted: Sun Oct 02, 2011 5:07 pm
that's a better solution i bet.
i'll try using npp ! _________________ for(;;);
ünloco
Joined: 02 Oct 2011 Posts: 12 Location: Tunisia
Posted: Fri Oct 07, 2011 5:02 am
now i'm using notepad++
- open %appdata%\Notepad++\shortcuts.xml with any other editor than notepad++
- add this
Code:
<Command name="Compile with CCS" Ctrl="yes" Alt="yes" Shift="yes" Key="0">"c:\Program Files\PICC\Ccsc.exe" "$(FULL_CURRENT_PATH)"</Command>
before </UserDefinedCommands>
press ctrl+alt+C to compile. _________________ for(;;);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum