Hi,
If somebody wants to follow up, feel free.
https://github.com/graemeg/freepascal/commit/2924efbb06d376af73c271babe4fe3c11702f3a2#commitcomment-15491388
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
My public PGP ke
Am 16.01.2016 10:30 schrieb "Dennis" :
>
>
>
> Sven Barth wrote:
>>
>> >>> Should writing binary floating point to a stream note that it's IEEE
format, just in case anybody ever tries to process it on a platform that
supports alternatives?
>>
>> >>>
>> >> It would be great if storing floating point
On Sa, 2016-01-16 at 01:26 +0100, Simon Ameis wrote:
> Am 14.01.2016 um 23:57 schrieb Marc Santhoff:
> > On Do, 2016-01-14 at 21:33 +0100, Simon Ameis wrote:
> >> In general I already know these documents; what I'm looking for is an
> >> implementation of a busy wait, not how to use it.
> >> For C/
Sven Barth wrote:
>>> Should writing binary floating point to a stream note that it's
IEEE format, just in case anybody ever tries to process it on a
platform that supports alternatives?
>>>
>> It would be great if storing floating point could be in IEEE, to
have a standard as reference.
>
Am 16.01.2016 04:45 schrieb "silvioprog" :
>
> Hello,
>
> Can I compile MASM code (or files) in FPC? If so, how to declare some
MASM directives like .code, .data?, .const etc.?:
You can't. FPC's assembler readers only support a default syntax (usually
that what GNU as supports by default) and on x
Am 16.01.2016 01:43 schrieb "silvioprog" :
>
> On Fri, Jan 15, 2016 at 4:15 AM, Michael Van Canneyt <
mich...@freepascal.org> wrote:
>>
>> On Thu, 14 Jan 2016, silvioprog wrote:
>>>
>>> Hello,
>>>
>>> I'm trying to get the datetime from a file, but it seems that the
FileAge()
>>> function doesn't w