Link to home
Start Free TrialLog in
Avatar of titz
titz

asked on

Delphi 3:internal error

On some projects in delphi 3 happens the following:
compilation and execution is ok, no errors.
When closing delphi then some error messages appear
(internal error URW 376), External Exception in Modul KERNEL32.DLL and at the end EAccessviolation in
VCL30.DPL. This is under WIN95
Under WIN NT4.0 delphi doesnt close of course of the error
messages and i have to shut down the pc.
What is the reason ???
Avatar of Greedy
Greedy

try copying a new vcl30.dpl into your \windows\system folder

Avatar of titz

ASKER

Edited text of question
Avatar of titz

ASKER

The copying of a new VCL30.dpl doesnt nothing change.
I have added in my question that before the VCL30.DPL message appears, then message External Exception in MOdul KERNEL32.DLL appears.
is this an ActiveX application?
You recently installed a package component that uses the vcl30 package (almost any comp/package) and it has some sort of bug. i.e. something in initialization/finalization of one of the units.

This is usually caused by components which do a lot of stuff with the delphi IDE or using experts of some sort.

Either learn to live with it, or remove those packages/ components.
Avatar of titz

ASKER

I did not install any package except those from Borlands delphi 3
CD. Only Microsofts directX5 was installed but it was not in use till now.
The project is not an ActiveX application.
But it has many units (about 30) and most of them do not contain
forms.  

ASKER CERTIFIED SOLUTION
Avatar of pigsmayfly
pigsmayfly
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Happends all the time.

Just quit and re-start delphi