Vincent Snijders schreef:
Michael Van Canneyt schreef:

I assume you are using a 2.1.5 compiler:

I am not sure that TSQLScript and TSQLConnector are in the 2.1.5 sources. Simply try uncommenting the registration of these 2 components.

In that case you may want to copy the latest inicols.pp file from subversion (in packages/fcl-base) to the LazDataDesktop project directory. The alternative is to update to the latest 2.1.5 sources from subversion.

I don't understand the following change in r11507:

--- /trunk/components/sqldb/registersqldb.pas 2007/07/14 13:44:35 11506 +++ trunk/components/sqldb/registersqldb.pas 2007/07/14 14:35:08 11507
@@ -24,6 +24,12 @@
 {$DEFINE HASPQCONNECTION}
 {$ENDIF}

+{ SQLITE }
+{$IFNDEF VER2_2}
+{$IFNDEF VER2_0}
+{$DEFINE HASSQLITE3CONNECTION}
+{$ENDIF}
+{$ENDIF}
 interface

 uses

HASSQLITE3CONNECTION is defined when using fpc 2.1.5, but when using a future 2.2.0. Why? Everything in 2.1.5 is supposed to get into 2.2.0 too?

Another possible problem about this patch:

It includes SQLite for all targets, but the fpc makefile for doesn't compile it for win64. Where is the error, the fpc makefile or this patch?

Vincent

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to