Log in

View Full Version : Project Includes



Demon
- 6th October 2012, 06:15
Hi,

I am looking for the proper folder to store my project include files using MicroCode Studio Plus v2.2.1.1, PIC Basic Pro v2.60C and MPASM v5.46.

I would like to be able to easily identify all my includes once my project is finished.
I prefer not to pollute my PBP folders once I am finished my project.

Any help in identifying where I am supposed to store my includes would be greatly appreciated. I looked in MCS+ but did not see any apparent include, copy or library folders.

Robert

mackrackit
- 6th October 2012, 07:08
First, you have to remember that MCS is nothing more than a text editor.
Second, you should not be storing your projects in the PBP directory, makes upgrades challenging.

The way I handle my projects is by having a separate directory for each project. These directories are a sub of a directory named something like "C\PicProgs".
Then in each project directory I keep everything that goes with that project from the code to the board drawings, with drawings and notes in a subdirectory of the project directory.

Demon
- 7th October 2012, 21:33
:slaps-head:

Thanks, I don't know why I have so much problem remembering something as simple as that.

The nice thing with mainframe programming was that you could set a bunch of directories. I guess it's true you can't teach an old dog new tricks.

:)