Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows
»
Read/Parse PDB file to get symbol details
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
an error occurred while c...
by
Seenkao
[
Today
at 07:29:14 pm]
Indy10 hangs the app if u...
by
LeP
[
Today
at 07:28:12 pm]
FPC Unleashed (async/awai...
by
Thaddy
[
Today
at 05:43:19 pm]
RichMemo and GTK3
by
dsiders
[
Today
at 05:15:45 pm]
I have made some progress...
by
Thaddy
[
Today
at 05:01:50 pm]
Desktop Shortcut
by
J-G
[
Today
at 04:49:33 pm]
ProDAW
by
jamie
[
Today
at 04:14:20 pm]
Which quantized model wor...
by
LeP
[
Today
at 04:12:28 pm]
Can not load postgres cli...
by
marcov
[
Today
at 02:34:12 pm]
[ANN] fpGUI Toolkit v2.1....
by
cdbc
[
Today
at 01:41:07 pm]
Ask AI to make fast HEX t...
by
paweld
[
Today
at 01:23:08 pm]
Isn’t this funny?
by
backprop
[
Today
at 12:25:46 pm]
Gtk3 widgetset - call for...
by
Hansvb
[
Today
at 10:25:16 am]
Windows Installer with FP...
by
Martin_fr
[
Today
at 07:42:28 am]
GTK3 is now the default w...
by
dbannon
[
Today
at 03:25:30 am]
Parsing error?
by
jlinux
[
Today
at 02:15:42 am]
Putting a new file on a w...
by
J-G
[July 18, 2026, 11:10:43 pm]
[SOLVED]Problem with Mari...
by
Tomu
[July 18, 2026, 10:49:15 pm]
debugger error
by
Martin_fr
[July 18, 2026, 10:38:42 pm]
TCHATGPT — An Artificial ...
by
schuler
[July 18, 2026, 10:00:48 pm]
Slow app start on M5 MacB...
by
Thaddy
[July 18, 2026, 08:16:52 pm]
Peculiarities in the EXE ...
by
Thaddy
[July 18, 2026, 07:49:45 pm]
Windows 2026_7 update and...
by
Martin_fr
[July 18, 2026, 06:23:32 pm]
KOL4 Beta available.
by
Thaddy
[July 18, 2026, 06:23:08 pm]
This week in OPM!
by
wp
[July 18, 2026, 01:59:33 pm]
« previous
next »
Print
Pages:
1
[
2
]
Author
Topic: Read/Parse PDB file to get symbol details (Read 1228 times)
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #15 on:
May 16, 2026, 09:57:17 am »
@marcov
Created the issue
https://gitlab.com/freepascal.org/fpc/source/-/work_items/41765
Logged
LeP
Sr. Member
Posts: 441
Re: Read/Parse PDB file to get symbol details
«
Reply #16 on:
May 16, 2026, 04:12:58 pm »
In replay to @Marcov (as note) in gitlab regarded to issue (I don't have acces sto it), safecall working as getter / setter property in Delphi.
Code: Pascal
[Select]
[+]
[-]
.......
function
Get_Visible
:
WordBool
;
safecall
;
procedure
Set_Visible
(
Value
:
WordBool
)
;
safecall
;
........
property
Visible
:
WordBool
read
Get_Visible
write
Set_Visible
;
EDIT: how is described in RIDL
Code: Pascal
[Select]
[+]
[-]
[
propget
,
id
(
0x000000C9
)
]
HRESULT _stdcall Visible
(
[
out
,
retval
]
VARIANT_BOOL
*
Value
)
;
[
propput
,
id
(
0x000000C9
)
]
HRESULT _stdcall Visible
(
[
in
]
VARIANT_BOOL Value
)
;
«
Last Edit: May 16, 2026, 06:26:24 pm by LeP
»
Logged
Un Sistema per domarli, un IDE per trovarli, un codice per ghermirli e nel framework incatenarli.
An operating system to tame them, an IDE to find them, a code to catch them and in the framework chain them.
marcov
Administrator
Hero Member
Posts: 12955
FPC developer.
Re: Read/Parse PDB file to get symbol details
«
Reply #17 on:
May 31, 2026, 10:33:08 pm »
I committed an initial fix to trunk, please test.
Logged
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #18 on:
June 05, 2026, 07:36:13 pm »
Hey marcov,
That's awesome
Had a tough week at work, will test and report back in some time
«
Last Edit: June 06, 2026, 08:56:26 am by tooknox
»
Logged
tooknox
New Member
Posts: 40
Re: Read/Parse PDB file to get symbol details
«
Reply #19 on:
June 06, 2026, 10:01:58 am »
Just tested it works flawlessly. All the getters are properly declared now.
Saw your commit too with bFoldHResult, good work !!
Thanks for pushing the change this quick, didn't expect it.
«
Last Edit: June 06, 2026, 10:03:29 am by tooknox
»
Logged
marcov
Administrator
Hero Member
Posts: 12955
FPC developer.
Re: Read/Parse PDB file to get symbol details
«
Reply #20 on:
June 06, 2026, 02:48:12 pm »
Great that it works. I'll see if I can merge it to fixes.
Logged
Print
Pages:
1
[
2
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows
»
Read/Parse PDB file to get symbol details
TinyPortal
© 2005-2018