Builder 6 Issues

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MikeL
Newbie
Newbie
Posts: 2
Joined: Mon Jan 07, 2008 12:00 am

Builder 6 Issues

Post by MikeL » Mon Jan 07, 2008 2:46 pm

Hi

I've just got TeeChart 8.02 and am using it with C++ Builder 6 Update 4 on Windows 2000 SP4 ( 5.00.2195 ).

I am simply adding a TeeChart component to my main form and adding a Surface Series.

When I try and run the program I get an - EAccessViolation with message 'Access violation at address 0043AE03. Read of address 620C2607'. The CPU call stack tells me I have a problem with RegisterTeeSeriesFunction.

I cannot see anything obvious I am doing wrong so any help would be most appreciated.

Cheers

Mike

MikeL
Newbie
Newbie
Posts: 2
Joined: Mon Jan 07, 2008 12:00 am

Post by MikeL » Mon Jan 07, 2008 3:02 pm

It appears I found the problem - I'd been compiling with runtime packages and hence not using dynamic RTL. It seems to be working ok now but can someone confirm this is the case and that teechart needs dynamic RTL?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Jan 14, 2008 10:47 am

Hi MikeL,

in case you had the "build with runtime packages" option checked, the error could be caused bcos there're some runtime packages in the list that does not exists, most likely some for older TeeChart Pro versions.
Having only the latest runtime packages in the list should compile fine.

Post Reply