-
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 ExcellentTechnical Information
-
Delphi-Version
Delphi 12 Athens
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
Nah, that would be called "Community Edition". For the paid version, I'm just complaining that it's shit. -
Debugger keeps the execution line centered
Attila Kovacs replied to Attila Kovacs's topic in Delphi IDE and APIs
It's random and started with 12.2. I was hoping it was a bug and would be fixed, but it's still there. -
The debugger keeps the execution line centered in some files. How can I turn this off? It's very annoying.
-
First of all, look at the first column, this list was done in less than a second.
-
Delphi?
-
And in the end it links dynamically, I don't know if all the hassle is worth it.
-
OldCreateOrder?
-
Introducing Delphi++
Attila Kovacs replied to corneliusdavid's topic in Tips / Blogs / Tutorials / Videos
April april -
https://www.google.com/search?q=how+an+app+may+try+to+get+my+location+data+on+windows%3F
-
It’s definitely encrypted, I can’t read it either.
-
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
Ok, this explains why ;;;;'s are just fine. -
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
so it should yield an error if there is a semicolon for nothing Would you mind filing an error report? 😉 -
function declarations without ; at the end
Attila Kovacs replied to Günther Schoch's topic in RTL and Delphi Object Pascal
(On a side note, you also don't need a semicolon if the next word is "end". If it's known, just ignore me.) -
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.
-
About the compiler (not) finding the DFM files
Attila Kovacs replied to GabrielMoraru's topic in Delphi IDE and APIs
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.- 16 replies