Search found 2 matches

by PurL
Tue May 30, 2006 10:05 am
Forum: VCL
Topic: Compilation error in TeCanvas.hpp
Replies: 2
Views: 2857

It's OK :) My second application include windowsx.h. I opened this file and I comment the line where the macro DeleteBitmap was defined and the compilation is OK. Conclusion : TeeChart is incompatible with the use of windowsx.h because they have the same function/macro name called DeleteBitmap. PurL
by PurL
Tue May 30, 2006 9:50 am
Forum: VCL
Topic: Compilation error in TeCanvas.hpp
Replies: 2
Views: 2857

Compilation error in TeCanvas.hpp

Hello, I develop under BCB5Pro and I use TeeChart Pro v7.07 with sources. I develop two applications. In the first, I have no problem with TeeChart. But in the second, I can not compile and I have this error in TeCanvas.hpp : Error E2091 : Functions can not return arrays or functions (this is a tran...