Forum > FPC development
How to modify the StringList and ability to debug it?
Leledumbo:
--- Quote from: edgarrod71 on August 18, 2017, 11:40:54 am ---Is it a step by step instructions for dummies?
--- End quote ---
I can't say how dummies-friendly it is, but it's the primary source when talking about build system of FPC itself: http://www.stack.nl/~marcov/buildfaq.pdf
BeniBela:
You can just derive a class from TStringList and override the methods you want to change.
Thaddy:
--- Quote from: BeniBela on August 19, 2017, 05:13:25 pm ---You can just derive a class from TStringList and override the methods you want to change.
--- End quote ---
That's what I would do too... Tstringlist and Tstrings are heavily used and you run the risk of breaking all of the places where it is used.
Navigation
[0] Message Index
[*] Previous page