Search found 10 matches
- 20.09.2012, 12:46
- Forum: ZeosLib 7.0 Beta Forum
- Topic: version check of Freepascal
- Replies: 7
- Views: 1115
- 19.09.2012, 20:01
- Forum: ZeosLib 7.0 Beta Forum
- Topic: version check of Freepascal
- Replies: 7
- Views: 1115
- 19.09.2012, 09:22
- Forum: ZeosLib 7.0 Beta Forum
- Topic: version check of Freepascal
- Replies: 7
- Views: 1115
Hi EgonHugeist, this piece of code is for Zeos7.0. (I've change on this version) I don't if we can call patch.... is so stupid change ... ;) The 6.6.6 is from long time i don't touch it. I've read that the 7 beta version is only for possible issues with delphi. Isn't so? PS: now active the replay no...
- 14.09.2012, 11:20
- Forum: ZeosLib 7.0 Beta Forum
- Topic: version check of Freepascal
- Replies: 7
- Views: 1115
version check of Freepascal
For freepascal version recognition trouble, try to integrate in zeos.inc this code. I've used it in lastest version lazarus installation package. See youFreepascal version check {$IFDEF FPC} {$MODE DELPHI} {$INTERFACES COM} {$DEFINE VER140BELOW} // We assume 2 levels is sufficient. // The higher the...
- 18.04.2012, 02:11
- Forum: 6.6 - stable
- Topic: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
- Replies: 13
- Views: 2490
- 17.04.2012, 09:02
- Forum: 6.6 - stable
- Topic: Lazarus v0.9.30.4 + ZEOSDBO-6.6.6-stable not work
- Replies: 13
- Views: 2490
- 13.03.2012, 23:18
- Forum: SQLite
- Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
- Replies: 3
- Views: 1998
My excuse for inaction by the forum. Thanks for the replies. I stoped the project for job and family issues. A small overview on target: I want do a small utility for my PathFinder RPG Master. A Character Sheets manager. I use ZDBC as a Java programmer Now the problem is fixed. With ExpandFileName. ...
- 30.03.2011, 10:14
- Forum: 6.6 - stable
- Topic: Filtering Records
- Replies: 1
- Views: 417
- 29.03.2011, 16:39
- Forum: SQLite
- Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
- Replies: 3
- Views: 1998
- 29.03.2011, 11:36
- Forum: SQLite
- Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
- Replies: 3
- Views: 1998
Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
State PRAGMA show_datatypes = ON sql arrived from TZSQLiteConnection.Open SQL := 'PRAGMA show_datatypes = ON'; ErrorCode := FPlainDriver.Execute(FHandle, PChar(SQL), nil, nil, ErrorMessage); Result=21. (SQLITE_MISUSE http://www.sqlite.org/c3ref/c_abort.html) I've searched it in the forum, but don't ...