Page 1 of 1
version 7.03
Posted: Thu Jan 13, 2005 9:07 am
by 9235529
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 ?
Posted: Thu Jan 13, 2005 9:14 am
by narcis
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.
Posted: Thu Jan 13, 2005 9:32 am
by 9235529
Can you please confirm where i should send the test file.
Posted: Thu Jan 13, 2005 9:50 am
by narcis
Yes, you can post it at the newsgroups mentioned above which can be found configuring
news:\\www.steema.net in a newsreader.
Posted: Thu Jan 13, 2005 4:05 pm
by narcis
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?
Posted: Thu Jan 13, 2005 7:31 pm
by 9235529
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
Posted: Fri Jan 14, 2005 8:00 am
by Marjan
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 ?
Posted: Fri Jan 14, 2005 9:31 am
by 9235529
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