Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Internet (https://www.clubdelphi.com/foros/forumdisplay.php?f=3)
-   -   Vcl + Ics (sin Depender De Sll). (https://www.clubdelphi.com/foros/showthread.php?t=97251)

amadis 27-02-2025 14:08:06

Vcl + Ics (sin Depender De Sll).
 
Hola gente, estoy creando una aplicacion vcl en delphi 12 con ICS 9.4.

Si no entendi mal esto ICS includes OpenSSL versions 3.0.16, 3.2.4, 3.3.3 and 3.4.1, for Win32 and Win64, as resource files that will conditionally link into applications.

La idea es no depender de ningun dll de openssl.

Por lo que agregue el recurso al proyecto
Código Delphi [-]
 {$R LibV34OpenSSL32.RES}

y al compilar me salen 7 warnings uno por cada dll

Cita:

[dcc32 Hint] H2161 Warning: Duplicate resource: Type 10 (RCDATA), ID LEGACYV3DLL32; File D:\Programacion\icsv94\Source\LibV34OpenSSL32.RES resource kept; file D:\Programacion\icsv94\Source\LibV34OpenSSL32.RES resource discarded.
[dcc32 Hint] H2161 Warning: Duplicate resource: Type 10 (RCDATA), ID SSLEAYV3DLL32; File D:\Programacion\icsv94\Source\LibV34OpenSSL32.RES resource kept; file D:\Programacion\icsv94\Source\LibV34OpenSSL32.RES resource discarded.
en Uses tengo estas units de ICS
Código Delphi [-]
   OverbyteIcsSslSessionCache,  OverbyteIcsWSocket,
Uses
  OverbyteIcsSslX509Certs, OverbyteIcsTypes, OverbyteIcsSslBase;

¿porque puede decirme que estan duplicados??


La franja horaria es GMT +2. Ahora son las 13:21:58.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi