Jump to content

Attila Kovacs

Members
  • Content Count

    2027
  • Joined

  • Last visited

  • Days Won

    26

Attila Kovacs last won the day on August 31 2024

Attila Kovacs had the most liked content!

Community Reputation

655 Excellent

2 Followers

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. Attila Kovacs

    Debugger keeps the execution line centered

    Nah, that would be called "Community Edition". For the paid version, I'm just complaining that it's shit.
  2. Attila Kovacs

    Debugger keeps the execution line centered

    It's random and started with 12.2. I was hoping it was a bug and would be fixed, but it's still there.
  3. The debugger keeps the execution line centered in some files. How can I turn this off? It's very annoying.
  4. Attila Kovacs

    D12.3 IDE starts extremely slow

    First of all, look at the first column, this list was done in less than a second.
  5. Attila Kovacs

    Applications for Linux

    Delphi?
  6. Attila Kovacs

    Applications for Linux

    And in the end it links dynamically, I don't know if all the hassle is worth it.
  7. Attila Kovacs

    Is this a change in 12.3??

    OldCreateOrder?
  8. Attila Kovacs

    Introducing Delphi++

    April april
  9. Attila Kovacs

    Embarcadero needs my location?

    https://www.google.com/search?q=how+an+app+may+try+to+get+my+location+data+on+windows%3F
  10. Attila Kovacs

    Job Bruxelles hybride

    It’s definitely encrypted, I can’t read it either.
  11. Attila Kovacs

    function declarations without ; at the end

    Ok, this explains why ;;;;'s are just fine.
  12. Attila Kovacs

    function declarations without ; at the end

    so it should yield an error if there is a semicolon for nothing Would you mind filing an error report? 😉
  13. Attila Kovacs

    function declarations without ; at the end

    (On a side note, you also don't need a semicolon if the next word is "end". If it's known, just ignore me.)
  14. Attila Kovacs

    Alternatives for SQL Anywhere

    SQL Server Express is ano brainer, even InnoSetup can handle its installation automatically without user interaction. When you outgrow SQL Server Express, you can upgrade to a more powerful SQL Server edition such as Standard or Enterprise, or migrate your data to a scalable cloud-based database solution like Azure SQL Database. Avoid exotic DBMSs that introduce you to a labyrinth of their own dialects, from which there is no turning back.
  15. Attila Kovacs

    About the compiler (not) finding the DFM files

    Why would it recompile if it hasn't changed? Do you mean when building the app? Why would you build the app so often? Yeah, compiling them into binary DFMs would be more elegant 😄 I don't know how many DFMs a library can have, but it's not typical.
×