Jump to content

Darian Miller

Members
  • Content Count

    619
  • Joined

  • Last visited

  • Days Won

    16

Darian Miller last won the day on May 31

Darian Miller had the most liked content!

Community Reputation

392 Excellent

1 Follower

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Darian Miller

    Rad Studio 13?

    * They just removed major features in this latest version.
  2. Darian Miller

    RAD Studio 13 installer requires the Microsoft Windows SDK?

    If you are installing Delphi only, then it is typically not required., except for: - If you create MSIX files for Microsoft Store usage, then you need the latest SDK https://docwiki.embarcadero.com/RADStudio/en/Windows_MSIX_Support#Win_SDK_Requirements_for_MSIX - An alternative reason would be to use rc.exe as the resource compiler (Project options->Building->resource Compiler->Resource compiler to use which is Borland Resource Compiler brcc32.exe or Windows SDK Resource Compiler) https://docwiki.embarcadero.com/RADStudio/en/Resource_Compiler_Options https://docwiki.embarcadero.com/RADStudio/en/RC.EXE,_the_Microsoft_SDK_Resource_Compiler
  3. Here's a new resource: https://www.embarcadero.com/resources/development-jobs/
  4. Darian Miller

    $DEFINE: how does it work?

    {$DEFINE BO} is a compiler directive for conditional compilation: https://docwiki.embarcadero.com/RADStudio/en/Conditional_compilation_(Delphi) Once the program is compiled, all {$IFDEF ...} logic is set and does not change at runtime.
  5. Darian Miller

    Delphi 13 beta

    +1 for Peter Below legend status. I can't tell you how many times I was on the old forums and appreciated your answers.
  6. Has anyone been working on RTC-Portal-VCL? Seems frozen in time 8 years ago.
  7. The winnner was announced - https://ideasawakened.com/post/rad-programmer-challenge-number-one-winner-announcement Jaques Nascimento Congrats! A serial number for a free license of Pascal Expert from Peganza was emailed earlier today and am currently arranging his $500 prize delivery for his Minesweeper build in RAD Studio. There were 18 contestants with a variety of game features implemented. Two of the games are available on the Google Play store and one user made a video tutorial of his build: - https://play.google.com/store/apps/details?id=br.com.imperium.MineSweeper - https://play.google.com/store/apps/details?id=com.abrito.Minesweeper - I hope it was fun for those involved! I am writing up the next one to hopefully start soon.
  8. There were 17 contestants who built their own version of MineSweeper in RAD Studio. View their GitHub repos with this GitHub topic search: https://github.com/topics/radprogrammer-challenge1 Have you given them a star on GitHub yet for their efforts? So far, the one with the most stars has 38. The winner will be announced this week and a new challenge to begin. If you are a third-party tool vendor, and would like to contribute a free license or a discount as part of the prize pool in the next challenge, please reach out to me.
  9. Darian Miller

    Overflow Checking from 10.4 onwards

    FWIW, not exactly your issue, but I ran into differences in behavior between 10.4 and 12.1 with large number constants https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1297
  10. Darian Miller

    VCL Styles Utils...

    Is there a resource that lists exactly what VCL Style Utils improves in 12.3? It sounds like a good idea to use it, but I don't know what it does exactly for each version without tearing through the code.
  11. Darian Miller

    tthreadedqueue and dictionary

    TThreadedQueue has had its problems, but it seems pretty stable now.
  12. Darian Miller

    formatting private const identifier = value

    My preference would be similar, but I'd start with private const and end with private fields.
  13. I believe many people prefer native desktop applications to the typical bloat of a web application. There are some exceptions, and I am an older guy with heavy bias, but I would pay double for a native desktop application over a browser based application for just about anything. If I wanted to use it on my phone, I'd take a scaled down version, targeted with features needed to be available on-the-go.
  14. The first official entry into the challenge - please give him a star on GitHub! https://github.com/davidreed1666/davidreed @vhanla please finish your entry by adding your link to the GitHub discussion thread.
  15. Congrats! You got two stars on your repo already. Don't forget to follow the rules and add a note to that discussion channel. Include your BTC public address for the potential receipt of tips.
×