Page 1 of 1

Package registration problem

Posted: Thu Jan 30, 2003 7:24 am
by mik
Registration procedure fails when I install the package in Delphi 7. The message is: Sireg.Register raised Access violation... Read of address 00000008.

Compilation went without any problems.

By trial and error I found that the following line in sireg.pas causes the problem:

siLangExp.ExpRegister;

Any idea?

Posted: Thu Jan 30, 2003 8:39 am
by isiticov
What version of TsiLang Components Suite do you use? Have you tried to delete all DCU files and make "build all" to be sure that you use correct sources?

Posted: Thu Jan 30, 2003 8:43 am
by mik
last version.. yes, I did..

Posted: Thu Jan 30, 2003 10:53 am
by isiticov
Unfortunately, we cannot reproduce such behavior on our side. This looks like something is wrong on your side. May be some thirdparty packages installed or something else.

Posted: Thu Jan 30, 2003 7:48 pm
by mik
yes, I understand. just hoped that you or somebody may have ran into this before...