Access violation if not using run time packages

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
billyt
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am

Access violation if not using run time packages

Post by billyt » Mon Aug 02, 2004 12:56 pm

After successfully compiling some software using BC6++ and TeeChart version 6.01 for some months, I have started to get access violations when I start up my application; They are occuring as part of initialistation of static variables in Teetools::initialisation (access violation occurs in TList::IndexOf)

If I build with run time packages enabled, the problem goes away. i want to be able to deploy the application without run-time packages.

Any ideas ?

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

Post by Marjan » Mon Aug 02, 2004 4:43 pm

Hi.

The first thing that comes to my mind is somehow your project is referencing some old (v6.0 or even v4.0) lib or bpi files. Make sure the project library and include paths point to your TeeChart v6.01 lib and include directories.
Marjan Slatinek,
http://www.steema.com

Post Reply