CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Multi Instance support in CCS

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
crn.prasanna
Guest







Multi Instance support in CCS
PostPosted: Mon Jan 25, 2010 10:01 am     Reply with quote

Hi everybody,
I am Prasanna & I am trying to make 2 or more instances to run parallely in CCS (windows OS). I know that in Linux we can do this multi instance support. But I am struggling to achieve multi instance support in windows using ccs.

So People who know solution for this pls mail me at crn.prasanna@yahoo.co.in
Ttelmah
Guest







PostPosted: Mon Jan 25, 2010 11:04 am     Reply with quote

When you are in Linux, or Windows, you are running inside an _Operating System (OS)_, which can perform the operation of 'demand', or 'time-slicing' between functions.

CCS, is a compiler, _not_ an OS.

You have to have code for the OS to provide such an ability. Either writing it yourself (state machines driven by a timer), or adding similar code to your project.

There is code for a minimal OS, to allow timeslice operation, supplied with the compiler. Look at the EX_RTOS_xxxxxxxx files for this.

Best Wishes
PCM programmer



Joined: 06 Sep 2003
Posts: 21708

View user's profile Send private message

PostPosted: Mon Jan 25, 2010 1:22 pm     Reply with quote

He might just want to have two instances of the PCWH Windows IDE
running at the same time.
Ttelmah
Guest







PostPosted: Mon Jan 25, 2010 1:27 pm     Reply with quote

Good point.
He says 'in CCS', not 'of CCS', but this could easily be what he wants.
I think like me, you avoid the CCS IDE as much as possible, using MPLAB or similar instead.

Best Wishes
Ttelmah
Guest







PostPosted: Mon Jan 25, 2010 3:49 pm     Reply with quote

If he wants two instances of the IDE at once, just copy the PCW.EXE, and rename the second copy, to (say) PCW2.EXE. You can then launch both at once. Alternatively, have another copy in a separate directory.

Best Wishes
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group