You are not logged in.
When compiling the unit fgl,
function TFPGList.GetLast: T;
begin
if FCount<>0 then
Result := T(inherited GetLast^)
else
result:=Default(T); {<--Compiliation rasied exception internally }
end;
I am using the latest NewPascal distributions for Windows downloaded on Nov 30, 2016
Anyone has any idea?
Dennis
Offline
Nop. My install is just 30 minutes old .... no problems with fgl !
Have you tried trunk ?
Offline
Please provide more complex example or minimal test case. Is fgl used in project? It might be related to other FPC bug.
best regards,
Maciej Izak
Offline