Include error
Include error
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
Is that include path passed to mtbcc32.exe? Check using the console output window.
Jon
Re: Include error
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.
Name of include folder has a polish letter "ą" (0xB9). I guess that's the problem.
--EDIT--
Confirmed. After changing the name everything is ok.