[fpc-pascal] broken link

2006-09-02 Thread Krekan
Hello, I didn't know where to post this so I apologize ifI am posting this to wrong place. I wanted to know what's new in FPC 2.04 but the file whatsnew.txt is not there the link is broken. Where should I go to download it? Krekan - Original Message - From: <[EMAIL PROTECTE

[fpc-pascal] writing programs for non Intel Processors

2007-05-17 Thread Krekan
Hello, I would like to ask whether is it possible to use freepascal to write application for example for Motorola MPX220 (mobile phone) ( it runs windows 2003 mobile edition) Pianoman ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://

[fpc-pascal] writing programs for non intel processors

2007-05-17 Thread Krekan
Hello, I would like to ask whether is it possible to use freepascal to write application for example for Motorola MPX220 (mobile phone) ( it runs windows 2003 mobile edition) Pianoman ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://

[fpc-pascal] binstr for single type

2007-11-24 Thread Krekan
Hello, I need a routine binstr(var val:single;,) since no such in the rtl exists I decided to write one. Also I wanted to make reverse routine bin2float where the input would be string containing 32 ones and zeroes. But I didn't want to bother with extracting mantissa, exponent, shifting add