PDA

Ver la Versión Completa : Problemas para instalar PGP Components for Delphi v.4.1.2


Sotrono
25-07-2005, 05:45:16
Los baje de torry.net. Desde este enlace
(http://www.torry.net/vcl/security/crypting/PGPDC412.zip)

Los instale asi:
Component => Intall Component => Y Agrego las unidades PGP2Comp.pas y X509Comp.pas.

La instalacion finaliza sin problemas, pero voy a utilizar los componentes y me tira errores:
Cuando quiero agregar el componente PGPPreferences no me deja y me dice
Acces violation at address 00000009. Write of address 70046509.

Y cuando quiero ejecutar el ejemplo que viene con los componentes me dice que hay un error en la inicializacion.

Ya hice la prueba con Delphi 5 y 7. No se cual es el problema, espero que me puedan ayudar.
Bytes...

gmontes
25-07-2005, 22:24:38
debes leer el readme que trae el zip para su correcta instalacion

copiaste el archivo UTF8Sec.dll a ..\%WINDIR%\system(32) ??
como se indica


To install the components within Delphi (v2) copy all these files to a separate
directory of your choice, start Delphi and select Component | Install ... from
the menus. In the upcoming dialog click Add, then Browse (or simply Browse in
later versions) to select the PGP2Comp and X509Comp units from the directory
you put them in. After clicking the appropriate OK buttons the components
will be installed on separate pages of the components palette. In Delphi 6 you
can do it the same way, whereas in Delphi 2005 you have to load PGP.dpk into the
IDE, compile it and install it via right clicking PGP.bpl in the project tree
and selecting the proper menu entry.
UTF8Sec.dll has to be copied to a commonly accessible directory like
..\%WINDIR%\system(32) on your machine for installing these components
within Delphi. Don't forget to distribute a copy of this library with your
application(s) using these components!

Sotrono
28-07-2005, 03:54:41
Si, los instale como decia el archivo readme y en los 2 casos me tiraba el error.