[fpc-pascal] FreePascal in a FreeBSD

Evandro Sestrem evandro at blueone.com.br
Thu Jan 12 20:46:04 CET 2006


Hello,

I'm trying compile a project using FreePascal (2.0.2 [2005/11/17] for i386)
in a FreeBSD 4.1.

I can compile this project in Delphi (in a Windows) and Kylix (in a Debian),
but infortunatelly I can't compile this project using FreePascal/FreeBSD.

I have this code:

{$IFDEF WIN32}
uses
  Windows;
{$ENDIF}

{$IFDEF LINUX}
uses
  Libc;
{$ENDIF}


to use the getenv function.

What the correspondent for FreeBSD to Libc?



Thanks in advance!

Evandro Sestrem
www.blueone.com.br

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.371 / Virus Database: 267.14.17/227 - Release Date: 11/1/2006




More information about the fpc-pascal mailing list