Folders
mhm21
Posts: 14
I apologize as I am sure this question has been asked 1e6 times. Are there any complilers/IDEs that support accessing objects in a folder outside of where the main code resides? Something akin to a #includes sort of thing is what I am after. I was tidying up some old code and realized I have ~10 different versions of basic_i2c and servo32v 1-9. It would be nice to link to a standard set of objects regardless of what directory I am working out of.
Comments
C:\Program Files\Parallax Inc\Propeller Tool v1.3.2\Library
You don't have to do it manually; use File\Save To...\Propeller Library
Be sure to remove redundant copies of your common objects; I believe the Propeller Tool looks in the local folder first.
-Phil
SimpleIDE allows setting a library path.
In any event, I'm glad to see at least one Spin-supporting IDE with some flexibility in this regard. My preference would still be to see subdirectory references allowed in the OBJ section, as well, but that's a compiler issue, not an IDE issue.
-Phil