[fpc-pascal] Missing units documentation?

2005-01-15 Thread Anton Tichawa
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:

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-15 Thread Marco van de Voort
> > > > 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=

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-15 Thread Florian Klaempfl
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

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-15 Thread Simon Kissel
[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

[fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-15 Thread Peter H.M. Brooks
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

[fpc-pascal] Win32 DLL problem / VST audio plugin

2005-01-15 Thread chromdildo
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

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-15 Thread Michael . VanCanneyt
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

Re: [fpc-pascal] Cross-compilation to Linux from win32

2005-01-15 Thread Peter Vreman
> 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,