Error installing in Delphi 7 - ZEOS 7.2.4-stable build at 2018-03-25 11:08:27

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
Post Reply
luis_fessel
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 23.05.2017, 03:55

Error installing in Delphi 7 - ZEOS 7.2.4-stable build at 2018-03-25 11:08:27

Post by luis_fessel »

Hi guys, good morning. And sorry for the English...

(Ao tentar instalar o ZEON no Delphi 7, o meu dá esse erro (ZComponetDesign.dpk ou ZeosDbo.bpg):)
Trying to install the ZEOS in Delphi 7.0, the mine got this error (ZComponetDesign.dpk or ZeosDbo.bpg):

Can't load package c:\program files (x86)\borland\delphi7\Projects\Bpl\ZComponentDesign70.bpl.
(Não foi possível encontrar o módulo especificado.)
The specified module could not be found.

(Bom, como o Delphi não achou o módulo especificado, eu procurei manualmente e achei. Ele foi salvo em:)
Well, since Delphi did not find the module specified, I searched manually and found. It was saved in:
C:\Users\[usuário]\AppData\Local\VirtualStore\Program Files (x86)\Borland\Delphi7\Projects\Bpl
(Não só ele, como também:)
Not only it, but also:
ZCore70.bpl
ZFbc70.bpl
ZParseSQL70.bpl
ZPlain70.bpl

(Copiei manualmente todos os arquivos para a pasta onde o Delphi diz que não está encontrando estes arquivos mas, continua dando exatamente este mesmo erro.)
I manually copied all the files to the folder where Delphi says it is not finding these files but continues to give exactly this same error.

(Detalhe 1: Quando inicio o Delphi, dá esse erro, sem impedir mais nada:)
Detail 1: When I start Delphi, it gives this error, without preventing anything else:
Unable to rename 'C:\Program Files (x86)\Borland\Delphi7\Bin\delphi32.$$$' to 'C:\Program Files (x86)\Borland\Delphi7\Bin\delphi32.dro'

(Detalhe 2: Meu Windows é W10 64 bits.)
Detail 2: My Windows is W10 64 bit.

(Detalhe 3: Já dei permissão de acesso completo para o meu usuário e para outro usuário, que aparece sem nome, mas não existia antes de instalar o Delphi.)
Detail 3: I have already given full access permission to my user and to another user, which appears unnamed, but did not exist before installing Delphi.

Any helps???
Thanks
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1999
Joined: 17.01.2011, 14:17

Re: Error installing in Delphi 7 - ZEOS 7.2.4-stable build at 2018-03-25 11:08:27

Post by marsupilami »

Hello,

You need to get rid of the virtual store for Delphi. I suggest to do the following:
  • give full read and write permissions for the users group of your PC to "c:\program files (x86)\borland\delphi7"
  • rename or delete the folder "C:\Users\[usuário]\AppData\Local\VirtualStore\Program Files (x86)\Borland\Delphi7"
  • Start Delphi 7 and reinstall Zeos and other third party components
This worked for me with Windows 7. Not sure if it works for Windows 10 though.

Best regards,

Jan
Post Reply