Free Pascal
Live information from Lazarus
-
Re: TyControls: a custom-drawn UI control suite with a CSS-like theme engine
@actom
using latest commit (a1c31d1)
- couldn't compile example containers: unknown property autoscroll
--> Line 1510 inherited Create(AOwner); (tyControls.Form)
-bug: example antdesign -->> home>interaction>feedback... -
Re: Unleashed Pascal (async/await, parallel for, match, string interpolation & more)
Yes - I dropped the forceinline modifier and improved plain inline instead, so it now applies in far more cases. The auto-inliner is also more aggressive: if a routine can be elided, it gets elided (under certain conditions).
Still workin... -
Re: Unleashed Pascal (async/await, parallel for, match, string interpolation & more)
Thank you, the errors are gone.
What I've noticed in the assembler source is that "goto <pointer>;" generates lots of
Code: ASM [Select][+]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i pt></div><div class="asm geshi" style="font-family:monospace;"><ol><li style="white-space: nowrap; padding: 0 5px; background-color: #fff; line-height: 16px; border-left: 1px solid #999;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> leaq <span style="color: #339933;">.</span>Lj129<span style="color: #009900; font-weight: bold;">(</span><span style="color: #339933;">%</span>rip<span style="color: #009900; font-weight: bold;">)</span><span style="color: #339933;">,%</span><span style="color: #46aa03; font-weight: bold;">rdx</span></div></li><li style="white-space: nowrap; padding: 0 5px; background-color: #fff; line-height: 16px; border-left: 1px solid #999;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> cmpq <span style="color: #339933;">%</span><span style="color: #46aa03; font-weight: bold;">r13</span><span style="color: #339933;">,%</span><span style="color: #46aa03; font-weight: bold;">rdx</span></div></li><li style="white-space: nowrap; padding: 0 5px; background-color: #fff; line-height: 16px; border-left: 1px solid #999;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;"> <span style="color: #00007f; font-weight: bold;">je</span> <span style="color: #339933;">.</span>Lj150</div></li></ol></div><br />lines, probably comparing the pointer value to every... ' -
Re: Cannot install Lazarus on Ubuntu 24.04.4 LTS
Generally I don't recommend "apt install *.deb" because you might sometime be surprised what other debs happen to be in your Downloads directory. List all three is safer.
Davo
... -
Re: Automatic generation of *.pot files for translation
How can we create this file by running a command-line call on a project?
Use rstconv
https://www.freepascal.org/docs-html/user/userse45.html
Note; the example should hav...