version 7.03

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Allan
Newbie
Newbie
Posts: 5
Joined: Mon Jan 10, 2005 5:00 am
Location: Wadhurst
Contact:

version 7.03

Post by Allan » Thu Jan 13, 2005 9:07 am

I have just downloaded and installed version 7.03 into Builder 5

I cannot make it work in my project so tried a simple BCB 5 project with one form and one TChart.

This complies and runs as long as I do not add any series to the Tchart.

As son as I add a series (line, fast line, contour ....) I get a crash immediately on running the complied and linked code.

Any suggestions please ?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 13, 2005 9:14 am

Hi Allan,

Here it works for me using that installer. Could you please send as a small example project we can run "as-is" to reproduce the problem here or write here a code snippet you use?

You can post the example at the steema.public.attachments newsgroups.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Allan
Newbie
Newbie
Posts: 5
Joined: Mon Jan 10, 2005 5:00 am
Location: Wadhurst
Contact:

Post by Allan » Thu Jan 13, 2005 9:32 am

Can you please confirm where i should send the test file.
Allan

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 13, 2005 9:50 am

Yes, you can post it at the newsgroups mentioned above which can be found configuring news:\\www.steema.net in a newsreader.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Jan 13, 2005 4:05 pm

Hi Allan,

I can't run the project you posted because when compiling I get [Linker Fatal Error] Fatal: Unable to open file 'O406_R51.BPI'. Could you please modify it so this error doesn't occur?
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Allan
Newbie
Newbie
Posts: 5
Joined: Mon Jan 10, 2005 5:00 am
Location: Wadhurst
Contact:

Post by Allan » Thu Jan 13, 2005 7:31 pm

Narcis,

This file is the run time package of Orpheus, a libraray of data input routines etc.

I have discoveerd that if I remove Orpheus from the project defaults then the problem goes away. I have not bothered to repost the latest version of the test project.

This suggests to me that there is a conflict between TeeChart and Orpheus, have you any suggestions ?

Allan

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Fri Jan 14, 2005 8:00 am

Hi, Alan.

Does Orpheus require any of TeeChart packages ? If yes, then you might have to recompile it with TeeChart version you have. If no, then the problem is somewhere else.

BTW, does your project reference the newest TeeChart bpi/lib files ? Also, does it include correct paths to TeeChart v7 lib and include folders ?
Marjan Slatinek,
http://www.steema.com

Allan
Newbie
Newbie
Posts: 5
Joined: Mon Jan 10, 2005 5:00 am
Location: Wadhurst
Contact:

Post by Allan » Fri Jan 14, 2005 9:31 am

Orpheus does not use TChart.

However following your other suggestion I have now worked out that it is not Orpheus which is the problem.

If I check the box in Builder Project->Options "Build with run time packages" then I get the error, if this is unchecked there are no errors, even with Orpheus included.

My latest thought si that soemhow the "build with run time packages" picks up a diffeernt TeeChart pacakae to when run times are not included in the build but added later. Does this make sense ?

Whilst there seems to be an inelegance somewhere it does at least look as if I can continue with my project.

Allan

Post Reply