Viewing profile — Peter5
Peter5
HN member- Joined
- Sun, Aug 28, 2022, 1:24 PM UTC
- HN karma
- 163
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About Peter5
No profile information was provided.
Recent public activity
- story
-
comment
Comment #43953741
fpcupdeluxe is great if you want to get a particular revision or build cross-compiling. If you need a stable version, just download the setup from. The docked IDE is the default op…
-
comment
Comment #43953725
2.5 MB is for most of the Lazarus Component Library (LCL) with minimal size increases even as program complexity grows. For example, Dadroit JSON Viewer EXE is less than 6 MB while…
-
comment
Comment #43952500
Custom control set is supported too, and there are multiple alternatives.
-
comment
Comment #43952231
Yes. Try the IDE itself; on Windows it is built with Win API. PeaZip is a sample of it https://github.com/peazip/PeaZip
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #36692308
https://github.com/DadroitOrganization/Generator
- story
- story
-
comment
Comment #34170487
That's reasonable to not believe me, but can you enlighten me with more samples? If you mean managing pointers in Pascal, you can code in a style of high-level language like JS and…
-
comment
Comment #34163168
Note for people who don't know much about FreePascal. It is a full-featured and very fast compiler. The resulting program is a rival for the best output of C/CPP compilers. It can …
-
comment
Comment #34162581
In these days, Lazarus and FPC are a valid choice instead of Delphi, except when you are doing some heavy component based codes, like organization oriented projects. Plus side is L…
-
comment
Comment #34162553
This website, is a collection of cool samples and sources. Check https://www.getlazarus.org/learn/tutorials/examples/ for many cool projects and the author has many nice projects i…
-
comment
Comment #32960514
Everything (Instant file search): https://www.voidtools.com/
- story
- story
-
comment
Comment #32761959
A good compiler is much more than just speed, but it is good to have more information on compilers speed, and there is a lot about decedents of C. Maybe some appreciate the speed o…