[fpc-pascal] FPC and JAVA

2007-10-24 Thread Pianoman
Hello, I would like to ask whether is it possible to write program as usual then compile it but result wouldn't be a standard binary but a .jar file usable on mobile devices which can run java programs. Because for me as a FPC/delphi coder it would be great if I could code program and output

[fpc-pascal] writing programs for non Intel Processors

2007-05-17 Thread Pianoman
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 Pianoman
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 Pianoman
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] exiting a program more friendly way

2006-06-23 Thread Pianoman
files or something like that or it could write to logfile the reason of error. Thanx in advance Pianoman- Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Friday, June 23, 2006 5:32 AM Subject: fpc-pascal Digest, Vol 22, Issue 11 Send fpc-pascal mailing

[fpc-pascal] SSE3

2006-05-19 Thread Pianoman
Hi, I am interested whether is planed implementation of SSE3 floating instruction in to FPC. I saw optimizations in gpc for p2 p3 how can I set FPC to optimize let's say for P4? Regards Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent

[fpc-pascal] Fast CRC32

2006-04-16 Thread Pianoman
Hello , I need to know whether someone has fast routines to calculate crc32 of let's say 64 k buffer. Any help would be appreciated Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Sunday, April 16, 2006 12:02 PM Subject: fpc-pascal Digest

[fpc-pascal] fast sqrt routine

2006-03-11 Thread Pianoman
times faster than this code but I need even faster sqrt routin. Any ideas for optimizing the function written above would be appreciated. Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Saturday, March 11, 2006 12:00 PM Subject: fpc-pascal

[fpc-pascal] Bit manipulation

2006-02-20 Thread Pianoman
. Regards Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Monday, February 20, 2006 12:00 PM Subject: fpc-pascal Digest, Vol 18, Issue 24 Send fpc-pascal mailing list submissions to fpc-pascal@lists.freepascal.org To subscribe

[fpc-pascal] Executable size question

2006-01-03 Thread Pianoman
Helo everyone, I would like to ask why are exes generated by FPC so big? Simple writeln('Hi'); has about 28 KB. Old FPC 1.0.0 for example created for the same code only 14 kb exe. What Should I do to reduce the file size (without compression) Pianoman - Original Message - From: [EMAIL

[fpc-pascal] Re: Re: arbitrary number of parameters in procedure

2005-09-04 Thread Pianoman
brackets the other params but what if I want all params to be in normal () like in writeln? Thanx Pianoman Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Friday, September 02, 2005 3:28 PM Subject: fpc-pascal Digest, Vol 13, Issue 1 Send fpc-pascal

[fpc-pascal] arbitrary number of parameters in procedure

2005-08-31 Thread Pianoman
like write or readln procedures. Thanx for help Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Wednesday, August 31, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 12, Issue 28 Send fpc-pascal mailing list submissions to fpc-pascal

[fpc-pascal] fast integer multiplication and one asm questio

2005-08-02 Thread Pianoman
multiplies a,b is it on the stack or why? If i would like to multiply a,b,c what would look source code then? Thanx for response to those quite stupid assembly question(I am only beginner in asm :) Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org

[fpc-pascal] FPC and CD-ROMs

2005-07-25 Thread Pianoman
Hi everyone. I have one simple question : How can i eject/close certain CD-ROM drive? I write Certain because I ave more than one so I have to specify which. Is there some API call to do this? I searched the help files but I didn't found very much about it. Thanx for response Pianoman

[fpc-pascal] calculating with arbitrary precision

2005-06-27 Thread Pianoman
Hi, I am looking for unit which allows me to calculate with arbitrary precision with real numbers (something like BigInt for integers) for DOS/Windows. I looked up Numerix but this is only for Linux. If you have something which you think I could be interested in please let me know. Pianoman

[fpc-pascal] DLL Linking

2005-06-21 Thread Pianoman
if is it possible to link it together with my application. Thanx Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Tuesday, June 21, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 10, Issue 15 Send fpc-pascal mailing list submissions to fpc

[fpc-pascal] SSe2 with FPC

2005-06-02 Thread Pianoman
sec. I didn't use very exact method of measurement but... Any help or idea would be appreciated. Pianoman P.S. program was ran on P4 with SSE - Original Message - 2 2,4g Hz. From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Thursday, June 02, 2005 12:00 PM Subject: fpc-pascal

[fpc-pascal] memory map

2005-05-29 Thread Pianoman
Hi, how can i save some memory area to file bypassing the windows memory protection. For example I would like to see first four mb of my RAM and make a memory image on disk for contents analysis. How can I access certain address of memory which do not belong to my process? Pianoman

[fpc-pascal] FPC for Win32 and memory

2005-04-27 Thread Pianoman
Hello , How can I access memory outside of my process for example to monitor some other process? Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Wednesday, April 27, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 8, Issue 25 Send fpc

[fpc-pascal] TSR Programs

2005-03-09 Thread Pianoman
Hello, how can I create resident programs for WIN32 in FPC? Any help or docs would be appreciated. Pianoman - Original Message - From: [EMAIL PROTECTED] To: fpc-pascal@lists.freepascal.org Sent: Wednesday, March 09, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 7, Issue 11 Send fpc

[fpc-pascal] Questions

2005-02-19 Thread Pianoman
I have two questions: 1. Is there any Windows or DOS port of the Numerix library? 2. 2. How to detect the speed of processor installed? Pianoman ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman

[fpc-pascal] Questions

2005-01-30 Thread Pianoman
I Have two questions: Is there any windows/DOS port of the numerix library? 2. How to detect thee speed of CPU? Pianoman ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal