Page 1 of 1

Include error

Posted: Tue Jul 26, 2011 2:41 am
by egzi
I get many "unable to open include file" errors. Without twine compile averything compiles with success. The included files are in subfolder in main project folder and the folder is added to include path in project folder. The compiler is C++ Builder 6.

Re: Include error

Posted: Tue Jul 26, 2011 8:44 am
by jomitech
Is that include path passed to mtbcc32.exe? Check using the console output window.

Re: Include error

Posted: Wed Jul 27, 2011 12:40 am
by egzi
Thanks for replay.
Name of include folder has a polish letter "ą" (0xB9). I guess that's the problem.

--EDIT--
Confirmed. After changing the name everything is ok.

Re: Include error

Posted: Wed Jul 27, 2011 7:30 am
by jomitech
Interesting, there must be an encoding issue somewhere.