Page 1 of 1

Access violation if not using run time packages

Posted: Mon Aug 02, 2004 12:56 pm
by 8573800
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 ?

Posted: Mon Aug 02, 2004 4:43 pm
by Marjan
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.