Ver Mensaje Individual
  #5  
Antiguo 05-06-2013
gersojn gersojn is offline
Miembro
NULL
 
Registrado: jul 2011
Posts: 85
Reputación: 13
gersojn Va por buen camino
Hola amigo, gracias por la ayuda, ya modifique el archivo DOCI.inc con el contenido. Cuando trato de compilar dOCI7IDesing.bpl obtengo los 4 siguientes errores, mismo que me muestras al tratar de instalar el componente.

Cita:
[dcc32 Error] DynamicArrays.pas(1936): E2251 Ambiguous overloaded call to 'StrPas'
System.SysUtils.pas(11512): Related method: function StrPas(const PAnsiChar): AnsiString;
System.SysUtils.pas(11518): Related method: function StrPas(const PWideChar): string;

[dcc32 Warning] DynamicArrays.pas(1936): W1000 Symbol 'StrPas' is deprecated: 'Moved to the AnsiStrings unit'

[dcc32 Fatal Error] ADataSet.pas(11): F2063 Could not compile used unit 'DynamicArrays.pas'
En dOCI7Runtime al compilarlo o tratar de instalar me marca el error:
Cita:
[dcc32 Error] DynamicArrays.pas(1936): E2251 Ambiguous overloaded call to 'StrPas'
System.SysUtils.pas(11512): Related method: function StrPas(const PAnsiChar): AnsiString;
System.SysUtils.pas(11518): Related method: function StrPas(const PWideChar): string;
En dOCI6 al tratar de compilarlo o de instalar me marca el error.
Cita:
[dcc32 Error] DynamicArrays.pas(1936): E2251 Ambiguous overloaded call to 'StrPas'
System.SysUtils.pas(11512): Related method: function StrPas(const PAnsiChar): AnsiString;
System.SysUtils.pas(11518): Related method: function StrPas(const PWideChar): string;
En todos me marca error, no se cual sea la razon del problema, perdon por mi ignorancia y les agradezco por la ayuda, voy investigar si encuentro algo de esto por google, pero sigo atento al foro, pues me interesa mucho encontrarle una solucion a ellos.
Nuevamente muchas gracia por la ayuda.
Responder Con Cita