Search found 11 matches
- 12.07.2009, 18:19
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Delphi2009, Zeos 7, SQLite and unicode problem (again)
- Replies: 3
- Views: 846
Delphi2009, Zeos 7, SQLite and unicode problem (again)
I know, there are lots of topics about unicode problems, but I didn't find any solution. My system is Windows XP, Delphi2009 and Zeos 7 (671). I dropped a ZConnection. a ZTable, a Datasource and a DBGrid on a form. Connected the components together properly and the grid indicated the table data, wha...
- 31.10.2008, 20:45
- Forum: MySQL
- Topic: unknown MySQL Datatype
- Replies: 10
- Views: 3247
- 30.10.2008, 22:31
- Forum: MySQL
- Topic: unknown MySQL Datatype
- Replies: 10
- Views: 3247
- 13.06.2008, 14:54
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
- 13.06.2008, 12:49
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
Another day, another interesting results. I tried to install FPC and Lazarus on a 32 bit Debian system. Not from the Debian repository, but from original Lazarus download page (Sourceforge). After that I tried to install Zeos and it was successful. The components was on the Component palette. Back t...
- 11.06.2008, 16:56
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
So, here are my changes (diff). ZAbstractRODataset.pas: 1325c1325 < DataEvent(deFieldChange, LongInt(Field)); --- > DataEvent(deFieldChange, Int64(Field)); ZClasses.pas: 258c258 < Result := LongInt(Self); --- > Result := Int64(Self); ZCollections.pas: 273a274 > {$asmmode intel} 275c276 < MOV EAX,[EB...
- 10.06.2008, 18:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
- 09.06.2008, 21:58
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
- 09.06.2008, 17:01
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
- 09.06.2008, 12:38
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
- 09.06.2008, 09:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Install problem on Lazarus
- Replies: 18
- Views: 3770
Install problem on Lazarus
Hello! I'm using a Debian AMD64 system. I was install FPC 2.2.0 (and source) and Lazarus 0.9.24 from packages. When I try to compile zcore package (Zeoslib 6.6.2-rc) it always comes up the following error: ZClasses.pas(258,13) Error: Illegal type conversion: "TZAbstractObject" to "Lon...