View previous topic :: View next topic |
Author |
Message |
husam
Joined: 17 Feb 2010 Posts: 10 Location: jordan
|
mikroc library into ccs is it possible ..? |
Posted: Thu Mar 04, 2010 11:04 am |
|
|
Hi,
Can I include library from mikroC PRO for PIC 2009 into CCS pcwhd ??
Note that the library extension is .mcl
If yes.. how ??
Thnx. |
|
|
yahyooh
Joined: 22 Aug 2008 Posts: 12
|
|
Posted: Thu Mar 04, 2010 12:07 pm |
|
|
I dont think so, but I am not sure. |
|
|
jbmiller
Joined: 07 Oct 2006 Posts: 73 Location: Greensville,Ontario
|
|
Posted: Thu Mar 04, 2010 12:31 pm |
|
|
Not directly, but if you can get the .asm file listing, you could write your own equivalents.
I 'created' something similar several years ago by coping an .asm file into a QB45 program that stripped it down to just the bare assembler instructions. Saved to a new file,'exported' it to the PIC IDE, included it into the Main program. Worked like a charm and learned a lot while do it.
Now a days, it's probably a simple, 'cut and paste'..move the mouse solution. |
|
|
|