On Thu, 20 Sep 2007, David Mears wrote:
> from fpc/packages/fcl-base/src/inc/zstream.pp
>
> I'm not really sure why this is in the destructor for tdecompressionstream.
>
> if FZRec.avail_in <> 0 then
> Source.Seek(-FZRec.avail_in, soFromCurrent);
To reposition the source stream on the l
from fpc/packages/fcl-base/src/inc/zstream.pp
I'm not really sure why this is in the destructor for tdecompressionstream.
if FZRec.avail_in <> 0 then
Source.Seek(-FZRec.avail_in, soFromCurrent);
my tdecompressionstream is fed by a tideadecryptstream - when
tdecompressionstream is freed it
I have just update my fpc to v2.2.0 under fedora 7. But error occured while
compile program that uses mysql4, "lmysqlclient not found". Even
after make symbolic link to /usr/lib/mysql/...I have no idea why this always
happen again every migrate. Thanks
_
Hi,
a .dll written in fpc changes the FPUCW when it is loaded. I think, that
this is the wrong behavior, because it should be the task of the loading
program to setup the FPUCW. As far as I can see, a Delphi .dll doesn't
change the FPUCW.
Cheers,
Adrian.
En/na Florian Klaempfl ha escrit:
Luca Olivetti schrieb:
Hello,
I received a message from a user that's trying to use my program with
openwrt.
At least the WRT54 is MIPS based. Is the user's system really an arm?
Good question. He has an asus wl500g premium, and according to the table
of h
Luca Olivetti schrieb:
> Hello,
>
> I received a message from a user that's trying to use my program with
> openwrt.
At least the WRT54 is MIPS based. Is the user's system really an arm?
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http:/
Hello,
Trying to compile Win64 app with resources I got:
Error: resource compiler not found, switching to external mode
I have:
{$R appver.res}
In my source, and appver.res was compiled from .rc file by Borland
brcc32 (the one that comes with Turbo Delphi).
What should I do to add resource t
Hello,
I have compiled multithreaded Windows/Linux console app (server) with
FPC for Win32/Linux and ppcrossx64.exe for Win64. It compiled, but when
I try to execute it I got:
The procedure entry point InterlockedCompareExchange64 could not be
located in the dynamic link library kernel32.dl