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
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??