Hello!
After downloading and unzipping doc-html.zip (11.4M), I found that
units/units.html, referenced by fpctoc.html, is missing. Where can I
find units documentation?
Thank you,
Anton.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http:
> >
> > Static linked binarys work fine, though. Now I only have to find out
> > why everything dynamically linked crashes.
> >
>
> The addresses where the shared libs should be loaded, look very strange
> usually it's 0x4000+ ?
Yes, I've a feeling mingw crosstools ignore -dynamic-linker=
Simon Kissel wrote:
[Sorry, didn't notice reply-to is set to sender and not the list here]
Skybuck,
thanks for the detailed guide. However, it was simpler than that...
with the help from the guys at #fpc, I got
ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/mingwcross.zip
Unzipped that to \cr
[Sorry, didn't notice reply-to is set to sender and not the list here]
Skybuck,
thanks for the detailed guide. However, it was simpler than that...
with the help from the guys at #fpc, I got
ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/mingwcross.zip
Unzipped that to \cross, then got mys
Pedro Lopez-Cabanillas wrote:
You need to use FPC 1.9.4 or later; 1.9.6 should work, as Jonas pointed,
because I'm using some features not available in older releases.
Here's a really curious thing!
I've been working to compile smf.pas. I've loaded fpc 1.9.6 on Windows
XP and, indeed, it comp
Hi everybody,
I got a problem compiling a win32 DLLs with latest fpc/lazarus.
The DLL is a VST-Plugin, using the Delphi template from
http://www.tobybear.de
exporting just one function "main", working perfectly under Delphi.
The only thing I found on the net was:
http://www.nl.freepascal.org/list
On Fri, 14 Jan 2005, Simon Kissel wrote:
> Hi,
>
> after quite some time I thought to give FPC another try to see if it's
> a suitable replacement for Kylix.
>
> My goal is to be able to cross-compile Linux elf targets from win32.
>
> So I downloaded and installed 1.9.6, and after that added
> Hi,
>
> after quite some time I thought to give FPC another try to see if it's
> a suitable replacement for Kylix.
>
> My goal is to be able to cross-compile Linux elf targets from win32.
>
> So I downloaded and installed 1.9.6, and after that added the units
> packages for Linux.
>
> Run up FP,