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
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
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
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
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
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
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
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
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
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
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,
.
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
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
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
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
%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
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
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
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
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
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
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
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
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
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
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
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
27 matches
Mail list logo