rhoads2234
06-06-2007, 19:35
sometimes you want to move you code from EasyC to MPLab and here is how you can do it:
EasyC's default is the tab called "Function Blocks." There are two tabs iIn the bottom left corner of the EasyC programming environment. One is labeled "Function Blocks" and the other is "Project".
Here is how you get to the "C" code to copy it out of EasyC:
Click on the "Project" tab.
Expand the desired subsection (Source File, Header File etc.)
Double click on the file you want to copy.
When it opens, it should be the text version alone with no EasyC programming blocks. If it is not, please follow the previous two instructions.
From here you must select what you want to copy and "right-click" and select "copy". (If you press "ctrl+C", you will not get your code!) :confused:
Go to where you want to copy the code to and right click then click on paste.
Sorry if someone else posted this. I looked but couldn't find anything.
EasyC's default is the tab called "Function Blocks." There are two tabs iIn the bottom left corner of the EasyC programming environment. One is labeled "Function Blocks" and the other is "Project".
Here is how you get to the "C" code to copy it out of EasyC:
Click on the "Project" tab.
Expand the desired subsection (Source File, Header File etc.)
Double click on the file you want to copy.
When it opens, it should be the text version alone with no EasyC programming blocks. If it is not, please follow the previous two instructions.
From here you must select what you want to copy and "right-click" and select "copy". (If you press "ctrl+C", you will not get your code!) :confused:
Go to where you want to copy the code to and right click then click on paste.
Sorry if someone else posted this. I looked but couldn't find anything.