User forums > Nightly builds

The 21 January 2008 build (4837) is out.

<< < (4/4)

wobien:

--- Quote from: stahta01 on January 26, 2008, 07:06:16 am ---Verify that "Explicitly add current compiling file directory ..." is checked.

--- End quote ---
I don't think that would help as the class wizzard puts by default the cpp file in the folder scr and the .h file in the folder include.
You must either set the include folder in the search path, or #include the .h file as:
"../include/newclass.h"
in the .cpp file, instead of as "newclass.h", what happens now.
That is why I made it possible to edit this in my patch:
http://forums.codeblocks.org/index.php/topic,7592.msg57425.html#msg57425
It wouldn't be difficult to let the class wizard choose "../include/newclass.h" by default.

Navigation

[0] Message Index

[*] Previous page

Go to full version