[fpc-pascal] windows mobile API documentation

2008-05-08 Thread Pianoman
Hello, nearly year ago, I was interested about programming for mobile phones running windows mobile like motorola mpx220 or similar ones finally I got some time to start I compiled FPC for windows CE but I am not able to find any complex info about windows CE API like it was for win32 (a large s

[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 cou

[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] Low level disc access under windows with FPC

2006-10-08 Thread Pianoman
d one sector from disk in to buffer? Thanx for help Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, October 07, 2006 5:08 AM Subject: fpc-pascal Digest, Vol 26, Issue 18 Send fpc-pascal mailing list submissions to fpc-pascal@lists.freepascal.org To s

[fpc-pascal] low level disk access under Windows

2006-10-06 Thread Pianoman
d one sector from disk in to buffer? Thanx for help Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 1:31 PM Subject: fpc-pascal Digest, Vol 26, Issue 16 Send fpc-pascal mailing list submissions to fpc-pascal@lists.freepascal.org To s

[fpc-pascal] exiting a program more friendly way

2006-06-22 Thread Pianoman
mean code which will close opened 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: Sent: Friday, June 23, 2006 5:32 AM Subject: fpc-pascal Digest, Vol 22, Issue 11 Send f

[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: Sent: Friday, May 19, 20

[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: Sent: Sunday, April 16, 2006 12:02 PM Subject: fpc-pascal Digest, Vol 20, Issue

[fpc-pascal] fast sqrt routine

2006-03-11 Thread Pianoman
is 10 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: Sent: Saturday, March 11, 2006 12:00 PM Subject: fpc-pascal Digest, Vol 19,

[fpc-pascal] Bit manipulation

2006-02-20 Thread Pianoman
. Regards Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: 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 or unsubscribe

[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 - Fro

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

2005-09-04 Thread Pianoman
quare 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: Sent: Friday, September 02, 2005 3:28 PM Subject: fpc-pascal Digest, Vol 13, Issue 1 > Send fpc-pascal mailing list

[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: 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@lists.freepascal.org To subscr

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

2005-08-02 Thread Pianoman
%eax 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: Sent: Tuesday, Augu

[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 Pia

[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
ed if is it possible to link it together with my application. Thanx Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Tuesday, June 21, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 10, Issue 15 > Send fpc-pascal mailing list submissions to > fpc-pascal@lis

[fpc-pascal] SSe2 with FPC

2005-06-02 Thread Pianoman
as from 3 sec to 1,6 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: Sent: Thursday, June 02, 2005 12:00 PM Subject: fpc

[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] Varriable number of parameters

2005-05-11 Thread Pianoman
Hi, how can I create procedure with undefined number of parrameters. Writeln is example of what I am looking for for example procedure add(a,b,c, var result) Pianoman - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 11, 2005 12:00 PM Subject: fpc-pascal

[fpc-pascal] FPC and Memory

2005-04-28 Thread Pianoman
Yes, this is interisting but I'd like for example to create a memory image of some part of ram to see exactly what is there. In old dos days it was possible to do like for i:=0 to 65535 do for j:=0 to 15 do write(f,mem[i,j]); or similarly. But how can be done this in Windows? Pia

[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: Sent: Wednesday, April 27, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 8, Issue 25 > Send fpc-pascal mai

[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: Sent: Wednesday, March 09, 2005 12:00 PM Subject: fpc-pascal Digest, Vol 7, Issue 11 > Send fpc-pascal mailing list su

[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