Problem with "Unit scope names"
Posted: Wed Jun 06, 2012 12:11 pm
Hi,
I think I have a problem with "Unit scope names" using the VCLTee scope.
When I create a new VCL Form Application with C++ Builder XE2 (Pro) and drag a TChat to the main form, I got these headers:
I can compile and run the project, normally. So I think the Include and Library paths are OK.
So I include VCLTee into the "Unit scope names" using "Project|Options|Delphi Compiler" and "All configurations - 32bit" target.
I change the TeeChart include header files to:
And finally I got this error message:
[BCC32 Error] FormMain.h(10): E2209 Unable to open include file 'Chart.hpp'
[BCC32 Error] FormMain.h(11): E2209 Unable to open include file 'TeEngine.hpp'
[BCC32 Error] FormMain.h(12): E2209 Unable to open include file 'TeeProcs.hpp'
I hope someone could help me with this subject.
Thanks.
Marcelo.
I think I have a problem with "Unit scope names" using the VCLTee scope.
When I create a new VCL Form Application with C++ Builder XE2 (Pro) and drag a TChat to the main form, I got these headers:
Code: Select all
#include <VCLTee.Chart.hpp>
#include <VCLTee.TeEngine.hpp>
#include <VCLTee.TeeProcs.hpp>
So I include VCLTee into the "Unit scope names" using "Project|Options|Delphi Compiler" and "All configurations - 32bit" target.
I change the TeeChart include header files to:
Code: Select all
#include <Chart.hpp>
#include <TeEngine.hpp>
#include <TeeProcs.hpp>
[BCC32 Error] FormMain.h(10): E2209 Unable to open include file 'Chart.hpp'
[BCC32 Error] FormMain.h(11): E2209 Unable to open include file 'TeEngine.hpp'
[BCC32 Error] FormMain.h(12): E2209 Unable to open include file 'TeeProcs.hpp'
I hope someone could help me with this subject.
Thanks.
Marcelo.