Am 29.09.2010 09:06, schrieb Sven Barth:
Am 29.09.2010 00:54, schrieb Willibald Krenn:
Hi!
I'm having this issue, too, but with 2.4.3.
The following example code fails with FPC 2.4.2 RC1 as well (system is
i386-win32):
Tried that with trunk and it compiled fine. (FPC 2.5 on win64)
I also
Am 29.09.2010 00:54, schrieb Willibald Krenn:
Hi!
I'm having this issue, too, but with 2.4.3.
The following example code fails with FPC 2.4.2 RC1 as well (system is
i386-win32):
Tried that with trunk and it compiled fine. (FPC 2.5 on win64)
I also tested with a 2.5.1 version from August (
Hi!
I'm having this issue, too, but with 2.4.3.
The following example code fails with FPC 2.4.2 RC1 as well (system is
i386-win32):
Tried that with trunk and it compiled fine. (FPC 2.5 on win64)
Cheers,
Willi
___
fpc-devel maillist - fpc-devel@
Am 27.09.2010 14:21, schrieb Sven Barth:
I'm having this issue, too, but with 2.4.3.
The following example code fails with FPC 2.4.2 RC1 as well (system is
i386-win32):
program generictest;
{$mode objfpc}{$H+}
uses
fgl;
type
TTest = specialize TFPGList;
begin
end.
2.4.0
Am 22.09.2010 15:59, schrieb Felipe Monteiro de Carvalho:
Hello,
Has anyone experienced issues with generics? I have the following code:
unit cdescreen;
{$mode delphi}
interface
uses
// LCL, RTL, FCL
Classes, SysUtils, Controls, Graphics, LCLType, SDFData, fpimage,
fgl,
//
cde
Hello,
Has anyone experienced issues with generics? I have the following code:
unit cdescreen;
{$mode delphi}
interface
uses
// LCL, RTL, FCL
Classes, SysUtils, Controls, Graphics, LCLType, SDFData, fpimage,
fgl,
//
cdeconfig, cdeprovinces, cdeutils, cdegame, cdetypes, dlgstatus;
ty