3
votes
D2010 Beta: The Perfect Way to support Multi-Core
Make it compatible with the Async calls in Delphi Prism, at least syntactically.
…
2
votes
How to set Delphi bookmarks on Vista 64-bit
Verify that you don't have system wide hot keys that conflict with those. I had the same problem with Trillian hijacking some Delphi shortcuts.
…
1
vote
What is the best way to do nested TRY AND FINALLY statement in Delphi
If you want to go this (IMO) ugly route (group handling with initialization to nil to know if freeing is needed), you at least MUST guarantee that you won't let an exception in one of the destructo …
2
votes
Number of items stored in Bucket list
There is no other solution without having to keep a counter in sync with the content.
It's basically a collection of collections.
…
0
votes
Delphi EXE compressor?
The main inconvenience of a compressed EXE or DLL is that the OS cannot share the code amongst multiple instances.
So you're wasting memory, have to decompress each time you start an instance …
