Acess violation...
Posted: Fri Jun 24, 2005 7:48 pm
Hi
I dont know why, my application stoped working for no reason!
It generates an Access violation exception on siComp.pas:
if S = AOwnerClassName then
begin
AStream.Read(dw, SizeOf(dw));
frm := TForm.Create(AComp);
siClass := TComponentClass(GetClass(AComp.Classname));
SI := TsiCustomLang(siClass.Create(frm)); --> AT THIS LINE THE ACESS VIOLATION HAPPENS
tried to reboot the machine, but the error persists...
Can any1 help me?
Regards,
Pablo
I dont know why, my application stoped working for no reason!
It generates an Access violation exception on siComp.pas:
if S = AOwnerClassName then
begin
AStream.Read(dw, SizeOf(dw));
frm := TForm.Create(AComp);
siClass := TComponentClass(GetClass(AComp.Classname));
SI := TsiCustomLang(siClass.Create(frm)); --> AT THIS LINE THE ACESS VIOLATION HAPPENS
tried to reboot the machine, but the error persists...
Can any1 help me?
Regards,
Pablo