InstantObjects icon indicating copy to clipboard operation
InstantObjects copied to clipboard

Installazione Componenti in Rad Studio 11 Professional

Open gianluca-regoli opened this issue 4 years ago • 3 comments

Quando installo i componenti dal Package Manager la compilazione va in errore nella sezione Compiling project IOFireFAC.dproj ed il pacchetto non viene installato.

gianluca-regoli avatar Sep 25 '21 14:09 gianluca-regoli

Ho fatto un aggiornamento per Delphi 11.1, attenzione che i nomi (LibSuffix) dei package per D11 sono cambiati.

carloBarazzetta avatar Mar 17 '22 22:03 carloBarazzetta

RAD Studio 11.1 Professional

InstantObjects does not install. Fails with 'FireDACODBCDriver' not found.

Does InstantObjects work in Delphi 11.1 Professional?

JBee2022 avatar Apr 07 '22 14:04 JBee2022

Yes, InstantObjects works also in Professional version, but you must remove the dependencies of Units that uses some technologies/databases not supported in in Professional version. I haven't Professional Version installed at the moment to try... (scrivimi in privato se vuoi su [email protected]) magari riusciamo a sentirci direttamente.

carloBarazzetta avatar Apr 08 '22 09:04 carloBarazzetta

Hy James, try to change this section into InstantFireDAC.pas: // Supported databases (only MSSQL and Firebird have been tested)

//{$DEFINE SYBASE_SUPPORT} {$DEFINE MSSQL_SUPPORT} {$DEFINE IBFB_SUPPORT} {$DEFINE ORACLE_SUPPORT} //{$DEFINE PGSQL_SUPPORT} //{$DEFINE MYSQL_SUPPORT} //{$DEFINE SQLITE_SUPPORT}

Disabling, {$DEFINE MSSQL_SUPPORT} that probably is the cause of the error and {$DEFINE ORACLE_SUPPORT}. I don't know specific limitation to FireDAC into Delphi Professional, but if you can use FireDAC with local databases, such as SQLLITE or Interbase/Firebird, you probably must activate only those compiler directive....

carloBarazzetta avatar Jun 15 '23 17:06 carloBarazzetta

Any feedback?

carloBarazzetta avatar Oct 22 '23 08:10 carloBarazzetta

I can install the professional version in my new computer, because my old computer no longer works…Inviato da iPhoneIl giorno 22 ott 2023, alle ore 10:18, Carlo Barazzetta @.***> ha scritto: Any feedback?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

gianluca-regoli avatar Nov 01 '23 07:11 gianluca-regoli