stschemel
User
 Fresh Boarder
| Posts: 1 |   | Karma: 0 |
|
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
|
|