Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: NCOCI8 for Delphi 2005
NCOCI8 for Delphi 2005
Posted: 2004/12/15 10:28
 
Hello, a need help.

I install Delphi 2005 in my machine, but i dont find the component NCOCI for delphi 2005. Anybory know in have a component NCOCI or know how can i do to convert the component NCOCI to Delphi 7 for Delphi 2005.

Thanks.

Sergio Lopes
RE: NCOCI8 for Delphi 2005
Posted: 2005/02/09 12:43
 
Hi!

I'm tried this with the eval-version of delphi2005. It compiles without errors, you must add to the file ncocidef.inc following:

{$ifdef VER170}
//same text like VER150
{$endif}.

But the installation does'nt work (aborts with an access violation for address 0). d2005 seems only can register a com/.net-control, but the manual use
(var db : tcocidatabase;
db := tcocidatabase.create(nil);
db.connected := true; ...)
works (tested with a vcl-project).

Have a nice day
Steffen
RE: NCOCI8 for Delphi 2005
Posted: 2005/02/18 06:09
 
Hi,
coment in ncocireg.pas
// RegisterLibraryExpert(TOciPLSQLGenExpert.Create);
// RegisterLibraryExpert(TOciCompNamerExpert.Create);