PatrickvL

1,328
Reputation
149 views

Registered User

Name PatrickvL
Member for 1 year
Seen 3 hours ago
Website
Location Netherlands
Age 36
I'm a Delphi developer since 1996.
Nov
17
comment Unicode Console Application in Delphi 2009
Maybe you didn't notice, but this is exactly the article I meant - the one that my collegue Marjan Venema wrote (if you look closely, my name does appear in there a few times). Anyway, thanks for adding the link - I forget those things sometimes. And yes, it rather reads like an odyssey indeed!
Nov
6
comment Can I generate a .RSM file myself for the Delphi Debugger to use?
I assume this is as close to an answer as I'll ever get ;-) Thanks for your attention.
Oct
30
comment Can I generate a .RSM file myself for the Delphi Debugger to use?
@Robert Love : I have the symbols in memory (just a list of addresses with names, really) - I just need to write them out somehow, in the hope the debugger loads em back in. All I want is to see my detected symbols appear in the Delphi stacktrace window. Does the .RSM format change between Delphi versions? In that case, my order of preference is : D2007, D2010, D2009, D2006, D2005, D7, D5.
Oct
29
comment Can I generate a .RSM file myself for the Delphi Debugger to use?
Thanks for googling this up - I found that myself too. The thing is, I want to know how I can write such a .RSM file myself, what format it has, etc. It seems a bit of reverse-engineering is in order, I'm afraid....
Oct
23
accepted What kinds of operator overloads does Delphi support?
Oct
19
comment What kinds of operator overloads does Delphi support?
Thanks - now that you mention it, I've seen your slides before. All in all a good overview. It's a pity that the Delphi-community has to document this; I would have expected an even more thorough piece of documentation from CodeGear/Embarcadero instead.
Oct
19
answered What kinds of operator overloads does Delphi support?
Oct
19
asked What kinds of operator overloads does Delphi support?
Oct
7
answered Data Storage with AWE Memory via collections / lists / other containers
Oct
7
awarded  Nice Question
Oct
6
asked Can I generate a .RSM file myself for the Delphi Debugger to use?
Sep
18
answered What is the best way to stop an application being copied and used without the owner’s permission?
Sep
17
awarded  Yearling
Aug
1
awarded  Nice Answer
Jul
9
asked How to detect specific Delphi builds?
Jul
3
awarded  Popular Question
Jun
24
comment How do you set the Result value?
@Smasher : Delphi generates different code for the above examples. The version without an "if" prevents branching, which is something that can help performance in some situations. And indeed: This applies to time-critical code only. Normal code should be 'optimized' for the human reader/editor ;-)
Jun
21
answered Most Efficient Unicode Hash Function for Delphi 2009
Jun
21
answered How do you set the Result value?
Jun
21
answered Delphi: Is it necessary to convert string to WideString?
Jun
15
comment How are the basic Delphi types related to each other?
Thanks for mentioning LLP64, which led me to this article : en.wikipedia.org/wiki/64-bit#Specific_data_models/… Amazing how much stuff one can forget... ;-)
Jun
15
asked How are the basic Delphi types related to each other?
Jun
15
comment How to quickly count the number of neighboring voxels?
You should probably add some information about ordering of the elements in the filledVoxels array. Without this information, answering this question can only be based on guesswork.
Jun
15
answered what are sparse voxel octrees?