Oh, I see. The MPLAB sees the first workspace so gives a violation error message.
By your suggestion, you've already defined a new workspace, so MPLAB is happy!
Good one,
Ioannis
Oh, I see. The MPLAB sees the first workspace so gives a violation error message.
By your suggestion, you've already defined a new workspace, so MPLAB is happy!
Good one,
Ioannis
For this to work I think you need to have one-to-one project-workspace enabled (MPLAB main menu Configure | Settings... | Projects | Use one-to-one project-workspace model).
It's of limited use since you have to use different debug/programming tools in each project (ie Pickit3 in one, ICD3 in another). You can't use two of the same type. For that you'd need to use MPLABX.
Thank you for your answers. I am going to try this.
I have two screens on my computer so I think I will not be confused. One instance on each.
My purpose is only to copy and paste some source code from one program to the other so this is quite simple.
MikeBZH
If that's all you want to do then any text editor would work (ie Notepad)My purpose is only to copy and paste some source code from one program to the other
There are lots of better text editors out there, like notepad++ https://notepad-plus-plus.org/ and it's free.
For that matter, the MPLAB editor can open multiple source files (ie multiple windows) at the same time without having to run multiple copies. That way your editor settings would stay the same without having to setup anything.
Bookmarks