Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/08/25 in all areas

  1. Lars Fosdal

    rease ... at ReturnAddress

  2. Stefan Glienke

    suggestion for 2 new su forum: AI usage and AI coding

    In my opinion, creating new forums should only be considered if there is sufficient activity around this topic (regardless of whether it's AI or anything else), which I don't currently see.
  3. Dalija Prasnikar

    suggestion for 2 new su forum: AI usage and AI coding

    I would say that is a good thing. This means in the future Delphi will still have a solid base of developers who know how to write their code.
  4. Lars Fosdal

    Error while loading Delphi IDE

    IMO, that error doesn't describe a missing zlib.dll - but that the zlib.dll is missing the function "inflateValidate". Is your version current?
  5. Lars Fosdal

    "Pass" parameters to Delphi compiler, from code

    @david berneda You could have your "PASS defines" in "dcc_define" in Enviroment variables, but those are global and not per project, AFAIK. It would have been nice to be able to set those per project. dcc_define = Eurekalog;FOO;someotherdefine and use ifdef blocks in each unit for that which cannot be set in an .inc file.
  6. vfbb

    Location of Skia files?

    @John van de Waeter This is a very old version that you installed from GetIt. In RAD Studio 12+, the latest versions of Skia4Delphi are already integrated into the source code, so there's no need to install anything from GetIt or Github's page. The latest versions of Skia4Delphi no longer use libSkia4Delphi.so for Android. The library is now statically linked for Android, iOS, and macOS.
  7. Anders Melander

    Global in RTL for unit communication?

    It sounds like you're about to reinvent [shudder] ActiveX.
×