Hi,
I'm useing the API in class. Im this case the functions are decrared
as:
<code>
FSQLite_Compile: function (DB: Pointer;
SQLStatement: PChar;
var Tail: PChar;
var SQLite_VM: Integer;
var ErrMsg: PChar): Integer; cdecl;
FSQLite_Step: function (SQLite_VM: Integer;
var ColCount: Cardinal;
var ValuePtr: Pointer;
var ColsPtr: Pointer): Integer; cdecl;
FSQLite_Finalize: function (SQLite_VM: Integer;
var ErrMsg: PChar): Integer; cdecl;
</code>
For more info, please visit project's development page:
http://sourceforge.net/projects/sqlite4delphi
--
Regards,
Michal Zaborowski (TeXXaS)
http://sqlite4delphi.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]