Micha Nelissen wrote:
Mattias Gärtner wrote:
How to translate this:
struct a;
Isn't this a forward declaration? So sometime later it needs to declare
'struct a { ... };' ?
If not, can't it be translated as:
a: record end;
?
Marc (not a Cist)
__
Francisco Reyes wrote:
Is there anything simmilar to the functions other languages have
split/explode?
I will be reading a delimited file, usually tabs, and want to parse it
into variables or some form of array.
var
SL: TStringList;
begin
SL := TStringList.Create;
try
SL.Delimiter
On Monday 11 August 2008 19.21:05 Mattias Gaertner wrote:
> On Mon, 11 Aug 2008 17:59:08 +0200
>
> Martin Schreiber <[EMAIL PROTECTED]> wrote:
> > Hi,
> > MSEide+MSEgui version 1.8 for FPC 2.2.2 has been released:
> > http://sourceforge.net/projects/mseide-msegui
>
> I get:
> Error
> Invalid projec
On Mon, 11 Aug 2008 17:59:08 +0200
Martin Schreiber <[EMAIL PROTECTED]> wrote:
> Hi,
> MSEide+MSEgui version 1.8 for FPC 2.2.2 has been released:
> http://sourceforge.net/projects/mseide-msegui
I get:
Error
Invalid project
Mattias
___
fpc-pascal maill
Hi,
MSEide+MSEgui version 1.8 for FPC 2.2.2 has been released:
http://sourceforge.net/projects/mseide-msegui
Martin
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
Marco van de Voort schrieb:
Now with 2.2.2 I need -vi to get these infos. Without the parameter the
console stays blank. Is this intended?
-vi is always needed. Usually, for a release, there is -viwh in your fpc.cfg.
Could you check if this is the case for 2.2.2 ?
Surprisingly, I don't found
> if I compile a pas file with 2.2.0, fpc send some information to console.
>
>D:\>fpc xarray.pas
>Target OS: Win32 for i386
>Compiling xarray.pas
>Linking xarray.exe
>39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes data
>
> Now with 2.2.2 I need -vi to get these inf
On Mon, 11 Aug 2008, Michael Fuchs wrote:
> Hi,
>
> if I compile a pas file with 2.2.0, fpc send some information to console.
>
> D:\>fpc xarray.pas
> Target OS: Win32 for i386
> Compiling xarray.pas
> Linking xarray.exe
> 39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes dat
Hi,
if I compile a pas file with 2.2.0, fpc send some information to console.
D:\>fpc xarray.pas
Target OS: Win32 for i386
Compiling xarray.pas
Linking xarray.exe
39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes data
Now with 2.2.2 I need -vi to get these infos. Without the p
Hello,
The Free Pascal team is pleased to announce that version 2.2.2 is
released and available for download for all major platforms:
(in alphabetical order)
Dos, FreeBSD, Linux, Mac OS X, OS/2, Windows, Windows CE
For different CPU types and both in 32 and 64 bit versions where applicable.
10 matches
Mail list logo