-
Content Count
1977 -
Joined
-
Last visited
-
Days Won
26
Everything posted by Attila Kovacs
-
AFAIR they disappeared every time I installed an update, I don't know, could have been a one-time issue.
-
I've multiple template dirs which I duplicate for the new (test)projects. There is life outside the IDE too.
-
Should a TDataSet allow changing the .SQL property while being open?
Attila Kovacs replied to aehimself's topic in Databases
I'd say do it like the competitors, doesn't matter if it's right or not. It will be interchangeable. -
got it since 3.4.0 ~2002 😉
- 3 replies
-
- resource compiler
- resource editor
-
(and 1 more)
Tagged with:
-
Using Attributes in class declarations
Attila Kovacs replied to Lars Fosdal's topic in RTL and Delphi Object Pascal
Attributes are about that, that you don't have to have form props/code. It's like templating for recurring things. Like Lars' grids or in my case my ORM's. It has a bunch of benefits, like I can easily include them anywhere without any dependency. Also, for the grid example, it can be the default layout which you could overload with custom settings but on deleting them or on a new install, you don't have to deal with the initial data. Also, attributed things can be tested very good. Also, on many parameters it's ugly AF, I'm using JSON strings on complex attributes. Which are very error prone, but can be tested very easily. Yes, it's also not perfect and misses a lot of things like a NameOf(), but we are used to waiting centuries for cookies. No... Yes... Whatever... It's longer than green. -
Delphi compatibility with Windows 11?
Attila Kovacs replied to PeterPanettone's topic in General Help
It was MS who disabled using TPM for Home versions of W10 now its mandatory from 11? 😉 muha -
They won't as MAPI is officially discontinued. I'll put it on github though.
-
@Vandrovnik Thx, damn copy paste devil 😉 @Dany Marmur and who should maintain it? I've no time for that.
-
@Vandrovnik Thank you for pointing that out!
-
virtualization VMWare Workstation PRO vs MS Hyper-V
Attila Kovacs replied to Drewsky's topic in Delphi IDE and APIs
I've already asked before, how can you work on a slow and laggy VM? It sounds like washing your feet with socks on. -
Overloocked Format( ) options
Attila Kovacs replied to Rollo62's topic in RTL and Delphi Object Pascal
you mean %0:s? -
And what about Schokohase?
-
Read-write protected, but read-only public property?
Attila Kovacs replied to aehimself's topic in Algorithms, Data Structures and Class Design
you will tell us the next time you debugging this code 😛 -
Read-write protected, but read-only public property?
Attila Kovacs replied to aehimself's topic in Algorithms, Data Structures and Class Design
is this some kind of code obfuscation? 😉 -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
I'd write them in the meantime, they should work too 😛 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
Agree for recurring tasks. I think a listview on a dockform and a code navigaion routine is not that hard. -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
How would you click on a line which can't be evaluated with the built in search? 🙂 -
List of usable RegEx for source code
Attila Kovacs replied to Mike Torrettinni's topic in Tips / Blogs / Tutorials / Videos
There are many linux tools for windows or there is the linux subsystem for windows, or even powershell if you are masochist, why would you use the very limited IDE search? -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
AMD uProf failed every time I tried so I'm not wondering. Their forum is also full of complaints about that. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Yes, OllyDbg, as I wrote before. Works like a dream. So basically every debugger which supports pdb will work. -
Try with one field at the time. <o>
-
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
you could read those offsets from the PE (optionally), you are already iterating through the sections, should not be a big problem -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
Just tested with a D2007 project and no problems at all. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
I've seen in procmon that something happens but slow af and had nothing to do with the pdb. I'm still waiting for the confirmation email for the intel tech forum where google found some similar posts. -
MAP2PDB - Profiling with VTune
Attila Kovacs replied to Anders Melander's topic in Delphi Third-Party
My VTunes stucks here: