Search found 11 matches

by Dr Mac
12.07.2009, 18:19
Forum: ZeosLib 7.0 Beta Forum
Topic: Delphi2009, Zeos 7, SQLite and unicode problem (again)
Replies: 3
Views: 838

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...
by Dr Mac
31.10.2008, 20:45
Forum: MySQL
Topic: unknown MySQL Datatype
Replies: 10
Views: 3205

Report sent.
by Dr Mac
30.10.2008, 22:31
Forum: MySQL
Topic: unknown MySQL Datatype
Replies: 10
Views: 3205

Hi! I ran into the same problem. My 'Music' table is: - MusicNr int(10) - MusicTitle varchar(50) - AlbumNr int(10) - MusicLength time - MusicPerformer int(10) - MusicNote varchar(50) When I send the query "select * from music" with ZQuery, I get an error "Unknown MySQL Datatype" ...
by Dr Mac
13.06.2008, 14:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

gto wrote: Hum :)

Good to know that it's working =)

Can you make a benchmark concerning Lazarus 32 and 64 ? It would be interesting!
So...
I have only a 64 bit system, my 32 bit Debian is in a Virtualbox machine. Benchmarking this install maybe leads some strange result :lol:
by Dr Mac
13.06.2008, 12:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

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...
by Dr Mac
11.06.2008, 16:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

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...
by Dr Mac
10.06.2008, 18:25
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

So, I'm here again.
A made minor changes in 9 files. When I select zcomponent.lpk Lazarus compile all without problem and restart itself. But the Zeos components doesn't appears on the Component palette.

Any idea?
by Dr Mac
09.06.2008, 21:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

So I'm a hobby programmer and I only want to use Zeoslib with MySQL. I never develop any serious program or component. But when I finished porting Zeoslib to 64 bit maybe I become an expert :D:D
I'm a little bit tired now, so I'm going to slepp. Tomorrow ...
by Dr Mac
09.06.2008, 17:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

Thanks gto! It was a good idea. Now here comes the another problem, now in the ZCollection.pas: ZCollections.pas(275,22) Error: Unknown identifier "EAX" ZCollections.pas(275,23) Error: Assembler syntax error in operand ZCollections.pas(275,27) Error: Unknown identifier "EBP" ZCol...
by Dr Mac
09.06.2008, 12:38
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

You're right, I'm using 64 FPC. So I'm sad a little bit, but hope the best.
by Dr Mac
09.06.2008, 09:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3715

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