Jump to content

Attila Kovacs

Members
  • Content Count

    2017
  • 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

652 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

    Is this a change in 12.3??

    OldCreateOrder?
  2. Attila Kovacs

    Introducing Delphi++

    April april
  3. 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
  4. Attila Kovacs

    Job Bruxelles hybride

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

    function declarations without ; at the end

    Ok, this explains why ;;;;'s are just fine.
  6. 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? 😉
  7. 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.)
  8. 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.
  9. 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.
  10. Attila Kovacs

    BIG changes

    It might also be worth considering a shift from forums to blogging platforms.
  11. Attila Kovacs

    pasfmt out now!

    Multiline strings seem to be handled correctly. How about ignoring specific parts of the code? Is there a directive for that? There is. Looks great! // pasfmt off
  12. Attila Kovacs

    Anyone using Clever Components?

    Yes, there is no manual certificate validation implemented. I have added the same as you everywhere where dwSSPIFlags is used. // cert val if ManualCredValidation then dwSSPIFlags := dwSSPIFlags + ISC_REQ_MANUAL_CRED_VALIDATION; //
  13. Attila Kovacs

    Anyone using Clever Components?

    I sent you a PM with an unofficial fix. Let me know if it works with TLS 1.3.
×