Board index » delphi » sharemem prevent automation object registration

sharemem prevent automation object registration


2003-10-19 04:55:36 PM
delphi257
I tryed both tregsvr and regsvr32 in order to register an Automation object
that uses SHAREMEM.
I got an error message "The instruction at "0x000000" referenced memory at
"0x000000" .The memory could not be read".
If I register inside Delphi with the register active x server ,registration
succeed.
Without sharemem the registration succeeded but I get an error message when
the used dll inside the Automation object are unloaded.I use delphi 7.
Thanks in advance
 
 

Re:sharemem prevent automation object registration

I solved the problem by replacing Delphi 7 borlndmm.dll ver 7.0.4.453 back to the
the D5 ver 5.0.6.18.
Is there a bug in Delphi 7 borlndmm.dll ?
"lior ilan" <XXXX@XXXXX.COM>writes
Quote
I tryed both tregsvr and regsvr32 in order to register an Automation
object
that uses SHAREMEM.
I got an error message "The instruction at "0x000000" referenced memory at
"0x000000" .The memory could not be read".
If I register inside Delphi with the register active x server
,registration
succeed.
Without sharemem the registration succeeded but I get an error message
when
the used dll inside the Automation object are unloaded.I use delphi 7.
Thanks in advance