Search found 7 matches

by 944turbo
Wed Apr 02, 2008 12:42 pm
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

Narcis, Oh, it's no big deal as long as there's a workaround that's not to hard to accomplish. I know that for the VCL product, the Delphi audience is your main customer here. No complaints on the quality of the toolset. I know keeping demos and other examples up to date takes time and resources and...
by 944turbo
Tue Apr 01, 2008 3:11 pm
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

Developer Studio 2006 and C++ Features Example Project

OK, simple question.... What was the last release of TeeChart Pro 7.X that would sucessfully compile and link the C++ features demo project as delivered by Steema using Developer Studio 2006? I know versions 7.08 and 7.12 will not. The 7.12 version (as I now see) is fixable but prior versions had va...
by 944turbo
Tue Apr 01, 2008 2:34 pm
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

Solution - Add TEEEXPFORM *and* TEEDesignOptions

Sir, My problem was I was adding TEEEXPORT, not TEEEXPFORM. After correcting that mistake, I still got a linker error. If you add TEEEXPFORM only you will get a linker error that TEEDESIGNOPTIONS.OBJ is not found. So, you must add TEEEXPFORM.pas and TEEDESIGNOPTIONS.pas and the related form files to...
by 944turbo
Tue Apr 01, 2008 1:51 am
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

Adding TEEEXPORT.PAS to Featured C++ Project

Sir, I sucessfully copied TEEEXPORT.PAS, the TEEXPORT.DFM file and the required teedefs.inc to the C++ Features sample project directory, added the TEEEXPORT.PAS file to the project, and forced a total rebuild. The file is successfully added to the project and compiles and gives me a TEEEXPORT.OBJ f...
by 944turbo
Mon Mar 31, 2008 7:30 pm
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

How to add the teeexport.pas file to the C++ Project

Narcis, Yes, I've seen this is the solution, but *how* do you add the teeexport.pas file to the C++ project sucessfully. I've tried adding it as a file in the project pane, but that causes more problems. The project then complains about more files missing. Is there some simple step I am missing?? Ha...
by 944turbo
Sun Mar 30, 2008 5:19 am
Forum: VCL
Topic: TEE7NEW TEEEXPORT linker error in C++ example project
Replies: 9
Views: 7692

TEE7NEW TEEEXPORT linker error in C++ example project

How exactly does one link the C++ Tee7New Example project? I'm using BDS 2006 update 2 with 7.12 of Teechart VCL. I can't seem to be able get rid of the missing TEEEXPFORM.OBJ linker error. I see where my .PAS source files (I'm a source code customer) has the TEEEXPFORM.PAS file, but I can't seem to...
by 944turbo
Fri Jan 27, 2006 10:30 pm
Forum: VCL
Topic: Does Teechart VCL Versions 7.05/7.06 really work with BCB6?
Replies: 1
Views: 2626

Does Teechart VCL Versions 7.05/7.06 really work with BCB6?

Sirs, I have tried to install the latest VCL versons of Teechart into BCB 6, but only 7.04 seems to work without runtime problems. The problems I always have are runtime issues (illegal address accesses) or things like 'Property ExplicitLeft not defined' when trying to run the version 7 new features...