[fpc-devel]Problem with 1.9.4/Linux
lists.fpc-devel at duinheks.xs4all.nl
lists.fpc-devel at duinheks.xs4all.nl
Sun Jun 6 14:57:22 CEST 2004
Hallo,
After the announcement I downloaded fpc 1.9.4 for Linux.
Compiling the following very simple source I find some problems:
First it complains that NameStr, DirStr and ExtStr are unknown types.
When I change them to string it complains that FSplit doesn't exist.
What's going on?
Groetjes,
Hans.
=== import ===
unit JB_lib;
Interface {----------------------------------------------------------}
uses Linux;
var progtag : NameStr;
progdir : DirStr;
Implementation {-----------------------------------------------------}
var fextn : ExtStr;
{Initialisastion ----------------------------------------------------}
begin
fSplit ( ParamStr(0), progdir, progtag, fextn );
end .
=== tropmi ===
--- GoldED+/LNX 1.1.5cvs031202
* Origin: The Wizard is using MBSE/Linux (2:280/1018)
More information about the fpc-devel
mailing list