Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
General
(Moderators:
FPK
,
Tomas Hajny
) »
[Solved] Is it FGL unit error?
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
tstringlist handling file...
by
marcov
[
Today
at 05:43:19 pm]
TMemo remember font setti...
by
wp
[
Today
at 05:40:31 pm]
Force thread termination
by
Warfley
[
Today
at 05:13:14 pm]
Chasing the latest web cr...
by
Warfley
[
Today
at 05:02:23 pm]
Fpcupdeluxe
by
BSaidus
[
Today
at 04:52:56 pm]
This Forum Description
by
Martin_fr
[
Today
at 04:42:27 pm]
Would like some feedback ...
by
marcov
[
Today
at 04:03:15 pm]
Insert html in pas2js_Wid...
by
PascalDragon
[
Today
at 03:53:07 pm]
como usar uma dll escrito...
by
Gustavo 'Gus' Carreno
[
Today
at 03:06:27 pm]
Indy is still alive?
by
marcov
[
Today
at 03:01:02 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] Is it FGL unit error? (Read 770 times)
Alextp
Hero Member
Posts: 1263
[Solved] Is it FGL unit error?
«
on:
March 04, 2021, 07:21:34 pm »
https://github.com/graemeg/freepascal/blob/master/rtl/objpas/fgl.pp
Code: Pascal
[Select]
[+]
[-]
class
function
TFPGList
.
ItemIsManaged
:
Boolean
;
begin
{$IFNDEF VER3_0}
Result
:
=
IsManagedType
(
T
)
;
{$ELSE}
Result
:
=
True
;
// Fallback to old behaviour
{$ENDIF}
end
;
Here IsManagedType is called for older FPC before 3.0? is it correct?
«
Last Edit: March 04, 2021, 10:13:53 pm by Alextp
»
Logged
CudaText editor
-
ATSynEdit
-
More from me
Bart
Hero Member
Posts: 4217
Re: Is it FGL unit error?
«
Reply #1 on:
March 04, 2021, 08:54:23 pm »
Weel, since pre-3.0 is not supported anymore, this is OK.
It simply won't compile in 2.x.
Bart
Logged
marcov
Global Moderator
Hero Member
Posts: 9175
FPC developer.
Re: Is it FGL unit error?
«
Reply #2 on:
March 04, 2021, 09:02:34 pm »
I wonder about the use of this if it is virtual method anyway
Logged
Alextp
Hero Member
Posts: 1263
Re: Is it FGL unit error?
«
Reply #3 on:
March 04, 2021, 09:12:04 pm »
Don't we need to use
Result:=IsManagedType(T);
for 3.2 and 3.3? Now it's failed to do so.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Bart
Hero Member
Posts: 4217
Re: Is it FGL unit error?
«
Reply #4 on:
March 04, 2021, 09:40:41 pm »
ver3_0 is not defined for 3.2 I would guess, so it would indeed use IsManagedType?
Bart
Logged
Alextp
Hero Member
Posts: 1263
Re: Is it FGL unit error?
«
Reply #5 on:
March 04, 2021, 10:13:41 pm »
Sorry, my bad, It's OK.
Logged
CudaText editor
-
ATSynEdit
-
More from me
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
General
(Moderators:
FPK
,
Tomas Hajny
) »
[Solved] Is it FGL unit error?
TinyPortal
© 2005-2018