Package registration problem

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
mik
Posts: 5
Joined: Thu Jan 30, 2003 7:20 am

Package registration problem

Post 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?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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?
mik
Posts: 5
Joined: Thu Jan 30, 2003 7:20 am

Post by mik »

last version.. yes, I did..
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
mik
Posts: 5
Joined: Thu Jan 30, 2003 7:20 am

Post by mik »

yes, I understand. just hoped that you or somebody may have ran into this before...
Post Reply