Search found 10 matches

by Stilgar
20.09.2012, 12:46
Forum: ZeosLib 7.0 Beta Forum
Topic: version check of Freepascal
Replies: 7
Views: 1091

As you want. Sorry.
by Stilgar
19.09.2012, 20:01
Forum: ZeosLib 7.0 Beta Forum
Topic: version check of Freepascal
Replies: 7
Views: 1091

In few words, PFC 2.6.0 and LCL introduces some new classes and other stuff for enforce the compatibility with delphi. So some code is obsolete or wrong due these changes.
With more precision in the version checking, my lazarus 1.0 and fpc 2.6.0 is able to compile with out errors.
Bye
by Stilgar
19.09.2012, 09:22
Forum: ZeosLib 7.0 Beta Forum
Topic: version check of Freepascal
Replies: 7
Views: 1091

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...
by Stilgar
14.09.2012, 11:20
Forum: ZeosLib 7.0 Beta Forum
Topic: version check of Freepascal
Replies: 7
Views: 1091

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...
by Stilgar
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: 2451

Thanks for replay.
I wait the stable version for Lazarus (Win64).
Stilgar
by Stilgar
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: 2451

Sorry, but for Lazarus (64bit) is ready too Zeos7?

Stilgar
by Stilgar
13.03.2012, 23:18
Forum: SQLite
Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
Replies: 3
Views: 1962

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. ...
by Stilgar
30.03.2011, 10:14
Forum: 6.6 - stable
Topic: Filtering Records
Replies: 1
Views: 410

Try to use
TFilterRecordEvent = procedure(DataSet: TDataSet; var Accept: Boolean) of object;
property OnFilterRecord: TFilterRecordEvent;

then you can active with your Filtered := True.

So you don't depend by engine.
by Stilgar
29.03.2011, 16:39
Forum: SQLite
Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
Replies: 3
Views: 1962

Solved???!!!
Change at runtime the Connessione.Protocol and Connessione.Database.
by Stilgar
29.03.2011, 11:36
Forum: SQLite
Topic: Sqlite 3.7.5 SQLITE_MISUSE Failure (Zeos 6.6.6 Delphi 6)
Replies: 3
Views: 1962

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 ...