Re: [fpc-pascal] overloading function StrPLCopy

2014-05-08 Thread Bruno Krayenbuhl
You have troubled me seriously, so I have dug in the compiler source. It appears that when parsing the source, Currency constants are cast to type BestReal (EXTENDED on I386) before being converted to the 8 byte currency written to the PPU or EXE or whatever is done. The combination of these

[fpc-pascal] Fw: [5]

2014-05-08 Thread Andrew Haines
Hey! http://netchannel.hu/-hi.friend?odyhunjta=4841446fitymema=653709 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Fw:

2014-05-08 Thread Andrew Haines
Hey! http://boerbalink.nl/-hi.friend?kusjfib=3171095ravarydo=969545 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Identifier not found MEMW

2014-05-08 Thread leledumbo
whenever i compiled unit file in free pascal, compiler showing error message Identifier not found MEMW. can anybody help me on this? AFAIK it's a direct memory access which is not possible in 32-bit (or higher) protected mode OS. Figure out what the code wants to do and implement it in a way

[fpc-pascal] Identifier not found MEMW

2014-05-08 Thread nitinjain
Hi, I am migrating Turbo Pascal application into Free Pascal 32 bit operating system. whenever i compiled unit file in free pascal, compiler showing error message Identifier not found MEMW. can anybody help me on this?. Thanks Regards, Nitin Jain -- View this message in context:

[fpc-pascal] Spam in FPC lists (Was: [fpc-devel] Fwd: [8])

2014-05-08 Thread Tomas Hajny
On Thu, May 8, 2014 16:34, Andrew Haines wrote: . . Hello all, As you probably noticed, some spammer or virus misused an address of one of legitimate FPC users and sent several spam messages to fpc-devel and fpc-pascal lists. Unfortunately, these e-mails slipped through our anti-spam

Re: [fpc-pascal] Identifier not found MEMW

2014-05-08 Thread Jim Leonard
On 5/8/2014 2:35 PM, Karoly Balogh (Charlie/SGR) wrote: Due to memory organization of modern operating systems, the Mem, MemW and MemL are only supported under DOS and *cannot* be supported elsewhere. This is legacy, non-portable code, which you have to rewrite to work with a modern operating

[fpc-pascal] Web Service Toolkit (WST) release 0.6

2014-05-08 Thread Inoussa OUEDRAOGO
Hello, I am glad to announce the 0.6 release of the Web Service Toolkit. What is new in the 0.6 release : License change : * All the code in WST is now using the FPC' RTL license (modified LGPL see COPYING.modifiedLGPL) WSDL/XSD Parsers : * Referenced external schemes parsing :