Jim McKeeth

13,014
reputation
953 views

Registered User

name Jim McKeeth
member for 1 year
seen 1 hour ago
website
location Near Seattle, Washington, USA
age 36
Father, programmer, blogger and now podcaster (is that a word yet?) Really interested in Delphi programming, .NET, security, cryptography and intellectual property.
1d
comment Getting connected USB info with Delphi on Vista
You may want to accept the answer!
1d
revised how to change desktop wallpaper?
deleted 17 characters in body
1d
revised Reorder the wsdl:definitions in an ASP.NET web service
added 70 characters in body; edited title
1d
asked Remove Soap12 namespace and binding in ASP.NET Web Service
1d
revised Reorder the wsdl:definitions in an ASP.NET web service
edited body
2d
revised Reorder the wsdl:definitions in an ASP.NET web service
added 6 characters in body
2d
asked Reorder the wsdl:definitions in an ASP.NET web service
Dec
15
comment Handles being released corrupted somehow?
You can always comment on your questions and answers, and any answers to questions you've asked, even with 1 rep. You should also be able to edit your question.
Dec
15
revised Handles being released corrupted somehow?
Combined the authors original updates into the question (why can't authors comment on thier own question?)
Dec
15
revised What bookkeeping data does a Delphi dynamic array contain?
formatting of result
Dec
14
revised Closing a secondary delphi form causes the main form to lose focus
code formatting
Dec
14
comment Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
How difficult updating components to support Unicode depends a lot on the components and how they are written. Really the biggest problem with the Unicode migration is that it should have come a few years ago. We all need Unicode.
Dec
13
comment Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
Question 3 was "Is there anything else about Delphi 2010 that is really compelling. . . " which includes both the IDE and the language. The question kind of rambles.
Dec
12
awarded  Nice Answer
Dec
12
revised Records and Generic Containers in Delphi
removed "hi dudes"
Dec
12
answered Upgrade to Delphi 2010, or stick with Delphi 7 “forever”?
Dec
10
accepted Does delphi have some “fast” operators ? (+=, -=, …)
Dec
10
comment How do I include a newline character in a string in Delphi?
If you are writing cross-platform code that involves saving and loading strings, then you need to use some special character when saving and loading, and then replace it with the correct line break (from sLineBreak perhaps) for the current platform, otherwise it will display incorrectly. If you just use the const you specified then it will display incorrectly on Linux and Mac.
Dec
9
comment How to pass the assembly name as a command-line argument when debugging
Excellent tips! Thanks.
Dec
9
comment How to pass the assembly name as a command-line argument when debugging
Actually that didn't work. $(TargetPath) ends up being in the obj folder, and now the output path, so it doesn't run. Second of all, it doesn't not attach the debugger. Thanks though!
Dec
9
comment How to pass the assembly name as a command-line argument when debugging
I am going to accept this as the correct answer because I don't believe it is possible and you provided a good alternative. If someone else find a way to do it then I will accept that one. Thanks!
Dec
9
asked How to pass the assembly name as a command-line argument when debugging
Dec
7
accepted Distributing a design-time package w/third-party UI elements
Dec
6
awarded  Mortarboard
Dec
6
accepted Is Delphi still a viable choice for development?
Dec
3
revised Can someone copyright a SQL query?
deleted 5 characters in body; edited body
Dec
3
revised Will Datasnap be appropriate for up to 8 non-communication intensive bi-directional multiplayer game?
copy editing
Dec
2
accepted Is it possible/advisable to use a TStringList inside a record?
Nov
30
revised Is there an easy way to do a complete migration from CVS to StarTeam?
fix the links; deleted 6 characters in body
Nov
30
awarded  Notable Question
Nov
29
accepted How to share variables among libraries in Delphi 2009?
Nov
28
answered How to share variables among libraries in Delphi 2009?
Nov
28
answered Delphi 2010 inlining useless?!
Nov
26
revised What language will protect my source code?
added 6 characters in body
Nov
24
comment Convert this php digital signing to Delphi
What versions of LockBox and Delphi are you using?
Nov
22
answered Is it possible/advisable to use a TStringList inside a record?
Nov
18
revised Delphi/pascal: overloading a constructor with a different prototype
formatting; added 32 characters in body
Nov
13
answered Help with strange Delphi 5 IDE problems
Nov
12
comment When did my application start running?
If you want to be really accurate, and your application has a long start up, then put this unit as the first in your uses clause.
Nov
12
awarded  Popular Question
Nov
12
answered Delphi: generic and type constraints
Nov
10
answered Delphi 2009 Upgrade Question…
Nov
9
revised How convert string to integer in Delphi Prism
spelling
Nov
9
revised How convert string to integer in Delphi Prism
formatting
Nov
9
revised How access datarow value using Delphi Prism
format as code; added 7 characters in body; edited body
Nov
6
revised How can I test my applications against the popular virus scanners?
nicer link text
Nov
5
comment Registry access in non-admin mode
You most likely are not using read-only with your existing code, which is why it fails. Using Ken's solution should fix it for you with the least changes.
Nov
4
answered What is a good, free solution for Richtext editor and convertion to HTML?
Nov
3
comment How do I (or if I can’t) use Variants on simple DLLs?
Actually VB6 was the only thing that died Chris.
Nov
3
answered How to position a form before it shows?