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
sparta в 2.0.12
by
Michl
[
Today
at 10:30:14 pm]
Post-Pascal
by
marcov
[
Today
at 10:28:59 pm]
Contemporary Pascal Discu...
by
Blade
[
Today
at 10:23:20 pm]
(SOLVED) TSynEdit new syn...
by
MarkMLl
[
Today
at 10:09:15 pm]
How to find component in ...
by
Muso
[
Today
at 10:06:01 pm]
No warning from FPC with ...
by
MarkMLl
[
Today
at 10:05:37 pm]
Custom Paths in Compiler ...
by
wp
[
Today
at 10:05:15 pm]
Q: method replacement for...
by
d7_2_laz
[
Today
at 09:58:30 pm]
Question about speed
by
ASerge
[
Today
at 09:45:02 pm]
Chasing the latest web cr...
by
Gustavo 'Gus' Carreno
[
Today
at 09:25:48 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [Solved] Is it FGL unit error? (Read 780 times)
Alextp
Hero Member
Posts: 1270
[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: 4219
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: 9195
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: 1270
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: 4219
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: 1270
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