Include error

TwineCompile - Cut C++Builder compile times by up to 50x!
Post Reply
egzi
Posts: 3
Joined: Tue Jul 26, 2011 2:32 am

Include error

Post 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.
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: Include error

Post by jomitech »

Is that include path passed to mtbcc32.exe? Check using the console output window.
Jon
egzi
Posts: 3
Joined: Tue Jul 26, 2011 2:32 am

Re: Include error

Post 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.
jomitech
Site Admin
Posts: 2157
Joined: Wed Oct 08, 2008 12:23 am

Re: Include error

Post by jomitech »

Interesting, there must be an encoding issue somewhere.
Jon
Post Reply