mr_ped Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
So adding "F:/Cplus/112include" in the 'setup / build method' does not work? That's curious, did you add it to correct build method? (the one you use for compilation?)
You may (and should?) still go with the package organizer way, doing "Add compiler option" with include path option and absolute path.
But using external includes/libraries in TheIDE is not as simple as using "packages", so if you by any chance posses sources of those libraries and they are compilable under their own U++ package, I would convert it. (I'm working with Unit++ unit test library in this way, so I don't need to worry about include paths, for packages those are solved by TheIDE)