Free Pascal
Live information from Lazarus
-
Re: Lazarus for Windows on aarch64 (ARM64) - Native Compiler
By the way, does anyone have a ready-made recipe for running Windows ARM in QEMU on x86_64 Windows...
-
Re: Status of FPC 3.4.0 or FPC 4.0.0 [major release]
[
I propose that all FPC core developers cease work on the main FPC branch for one month and foc...
-
Re: Status of FPC 3.4.0 or FPC 4.0.0 [major release]
In addition, I am not sure what to do with issues for older versions of the compiler — for example, for 3.0.0 or something... If its behavior is no longer reproduced in FPC[m...
-
Re: Pac-Mac: a clone of the original game
OK I did
Code: Pascal [Select][+]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i [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="pascal 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;">sudo apt<span style="color: #000066;">-</span><span style="color: #000066;">get</span> remove libopenal</div></li></ol></div><br />And using your previous code without last patch that was working with sound, alsound and libsndfile fail to load.<br /><br />I tried then with your... ' -
Re: TypeInfo for Enum with Value
I get an error for TTest2 on the latest FPC as "Error: No type info available for this type". Is there a way to get TypeInfo for it?
Enumeration types with holes in them...