|
|
|
|
Re: dev-c++ and renameing (delete space)[message #102048]
|
Fri, 15 October 2004 12:53
|
|
ebuck |
|
Messages:123
Registered:August 2004 Location: Houston, TX |
|
|
Defrog,
Sorry, I was out. Out to Seattle. Now I'm back in Houston, and should be there for some time (no trips planned, anyway).
What I was referring to was relative include directives. So if the header file (or cpp) file is in ja2/StandardGamingPlatform, and the header that's being included in the #include is Tactical.h in ja2/Tactical, then the #include would look like this:
#include "../Tactical/Tactical.h"
This "compacts" the references down till there's only one directory to consider in resolving header files, the top "ja2" directory.
Hope I'm being clear, and yes, it will take some time. I'll see if I can't get off my can and start doing a bit of the heavy lifing.
First task (for me) is to figure out why I've been having SVN problems.
Cheers,
Edwin
Report message to a moderator
|
Sergeant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: dev-c++ and renameing (delete space)[message #102060]
|
Fri, 10 December 2004 13:13
|
|
ptruog |
Messages:4
Registered:December 2004 Location: Seattle |
|
|
Is this thread still alive? I'm curious about both a repository, which I can't seem to find. And more specifically, about the repository and/or the success/status about the gcc porting process.
Thanks
Report message to a moderator
|
Civilian
|
|
|
|