[fpc-pascal]DateTimeToStr function... bug?

2003-02-27 Thread hernan . et
Hi all, Questions 1. units.pdf page 480 function DateTimeToStr Statement says that this function returns the string equivalent of DateTime parameter using the ShortDateTimeFormat formatting. but it looks like ShortDateTimeFormat is not defined anywhere rather ShortDateFormat. I assume this is

[fpc-pascal]How to find out the TFloatType digits

2003-02-27 Thread Mattias Gaertner
Hi, When using RTTI, I sometimes need to know the decimal precisions of a TFloatType. For example ftSingle = 8 ftDouble = 16 ... Is there a simple way to get this? If not: Is it possible to add an array or function to typinfo.pp with some info (e.g. bits for mantissa, bits for exponential, signed

Re: [fpc-pascal]FPC-1.0.6 for FreeBSD 5.0

2003-02-27 Thread Marco van de Voort
> I have just installed FreeBSD 5.0 and I want to use FPC-1.0.6. I have used > FPC-0.99..1.0.6 on Linux-Slackware and it has worked fine for all my > needs, but now I have re-switched to FreeBSD. So, is somebody using > FPC-1.0.6 on FreeBSD 5.0, and what kind of problem did he/she find? The FreeBS

Re: [fpc-pascal]Strange error

2003-02-27 Thread Mattias Gaertner
On Thu, 27 Feb 2003 11:26:36 +0100 Peter Vreman <[EMAIL PROTECTED]> wrote: > At 11:14 27-2-2003, you wrote: > >Hi all, > > > >I'm trying to port the turbopower internet pro html viewer to lazarus. I > >use the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there > >are two strange error

Re: [fpc-pascal]Strange error

2003-02-27 Thread Peter Vreman
At 11:14 27-2-2003, you wrote: Hi all, I'm trying to port the turbopower internet pro html viewer to lazarus. I use the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there are two strange error messages, and I neither know, what they mean, nor how to get rid of: iphtml.pas(3662,3) Error

[fpc-pascal]Strange error

2003-02-27 Thread Mattias Gaertner
Hi all, I'm trying to port the turbopower internet pro html viewer to lazarus. I use the delphi mode and the fpc 1.0.7 [2003/02/21] for i386. Now there are two strange error messages, and I neither know, what they mean, nor how to get rid of: iphtml.pas(3662,3) Error: Symbol can't be published, c

[fpc-pascal]How to resize window under win32?

2003-02-27 Thread Martin Hankovec
Hello to all, please, I've this problem: I'm launching another program from Freepascal program through "exec" (under win32). Is any way how to set the position and size of started program (the program doesn't save it's position and size and starts always on the same bad position). So I need code th

[fpc-pascal]FPC-1.0.6 for FreeBSD 5.0

2003-02-27 Thread Jilani Khaldi
Hi All, I have just installed FreeBSD 5.0 and I want to use FPC-1.0.6. I have used FPC-0.99..1.0.6 on Linux-Slackware and it has worked fine for all my needs, but now I have re-switched to FreeBSD. So, is somebody using FPC-1.0.6 on FreeBSD 5.0, and what kind of problem did he/she find? Thanks