Página 1 de 1
TRegistry GPF
Publicado: Mié Abr 05, 2006 10:56 am
por Ingo Junge-Herrmann
Hello Ignacio and Jose,
why this code creating new registry keys produces a GPF although the key
and the subkey are created?
METHOD BClick( oSender ) CLASS TForm1
LOCAL oReg
WITH OBJECT oReg:=TRegistry():New()
:Root:=HKEY_LOCAL_MACHINE
:OpenKey("Software")
:CreateKey("MandantwinMwin")
:CloseKey()
:End()
END WITH
RETURN Nil
Thanks in advance
Ingo
--
Attached files testreg.zip (1.6 KB)Â
TRegistry GPF
Publicado: Mié Abr 05, 2006 12:06 pm
por jfgimenez
Ingo,
there was a bug in the class TRegistry. Now it's fixed. Thanks for your
feedback.
Please, add this .obj file to your project.
--
Regards,
Jose F. Gimenez
Attached files Registry.zip (3.5 KB)Â
TRegistry GPF
Publicado: Mié Abr 05, 2006 12:06 pm
por jfgimenez
Ingo,
there was a bug in the class TRegistry. Now it's fixed. Thanks for your
feedback.
Please, add this .obj file to your project.
--
Regards,
Jose F. Gimenez
Attached files Registry.zip (3.5 KB)Â