> I am developing my first app using Lazarus and now I have found a serious 
> problem with date with Lazarus. This show me a date 1/10/1899. I have been 
> in zeos forum and they say that problem is for FPC not zeos. Somebody says 
> that the problem is with the structure that use Lazarus to see the date, 
> before like delphi 2,3,4 , but now it uses the nwe form Tdatetime and the 
> problems it is. Really this problem is from compiler.
> So0mebody here has a cluee how can we resolve this problem??
> I am using Lazarus so heavy and I dont wanna go to anyplace!!
> Really , Lazarus is a good job!!!

First we need to know which versions of fpc and lazarus you're using.

The latest versions of fpc uses the same system for date fields as
Delphi 6 and higher. If ZEOS doesn't support this system, and still
relies on the Delph-2 system, it's a problem of ZEOS, I would say.

I think the problem is more that they have to change a compatibility-
setting, so that ZEOS uses TDateTime when it's compiled on fpc.

Go ask them.

Joost.

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to