Search found 3 matches

by forest
13.10.2005, 11:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 standard
Replies: 7
Views: 1915

Maybe this can help you : a simple replacement for decodeDateTime: [syntax="delphi"]unit DateUtils; interface uses Sysutils; procedure DecodeDateTime(Date : TDateTime; Year,Month,Day,Hour,Min,Sec,MSec : Word); implementation procedure DecodeDateTime(Date : TDateTime; Year,Month,Day,Hour,Mi...
by forest
07.10.2005, 13:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 standard
Replies: 7
Views: 1915

OK.I could write my own TDataset but it's much more hassle than I want,so I must use Lazarus.
Is Zeos working under Lazarus and install without problems ? :shock:
by forest
07.10.2005, 13:21
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Delphi 5 standard
Replies: 7
Views: 1915

Delphi 5 standard

I assume that Delphi 5 Standard cannot be used with zeos because of missing db.pas unit, right ? Could someone confirm before I will try fix problems with install like missing DateUtils unit ?