gilavar
Joined: 03 Mar 2009 Posts: 24
|
CCS PCWHD with MPLAB. |
Posted: Fri Aug 21, 2009 3:19 pm |
|
|
After few months of frustrations trying to get my project done, I found some problem within MPLAB itself. I was working with three projects at the same time keeping them in separate folders. Some of the files have common names like main.c, globals.h, functions.h, etc. If I am closing the project without closing all the windows inside, then opening the new project will open windows with the same filenames from the previous project I was working on, if they were open before closing the project. In this case any changes will have no effect on the current project and will damage the files from the previous project. Confusing part is that all open windows corresponding to the filenames from the project you are currently working with. The only way I found around this is to close all open windows and open them again from the project manager tree. |
|