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 ?
version 7.03
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
Instructions - How to post in this forum |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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?
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 |
Instructions - How to post in this forum |
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
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
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 ?
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
http://www.steema.com
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
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