Peter Turner
|
Registered User
|
Delphi and PHP programmer from Southern Wisconsin. 2 years out of the UW-Madison.
1P63I4p2W3fDobR8
|
|
Dec 7 |
comment |
Minimize Delphi Application with Live Popup Menu AWESOME!!!! I would not have guessed that one in a million years. |
|
Dec 7 |
comment |
Minimize Delphi Application with Live Popup Menu Yeah, I do have a show modal. When the application minimizes, another form pops up, which is the logon form for the program. And everything works perfectly unless there's a popup menu in the somewhere. |
|
Dec 7 |
revised |
Minimize Delphi Application with Live Popup Menu edited title |
|
Dec 7 |
revised |
Minimize Delphi Application with Live Popup Menu added 2 characters in body |
|
Dec 7 |
asked | Minimize Delphi Application with Live Popup Menu |
|
Dec 4 |
comment |
Sorting mixed numbers and strings Very cool indeed, I just found a Delphi wrapper for this too irsoft.de/web/strnatcmp-and-natsort-for-delphi/… |
|
Dec 1 |
comment |
What’s the value of i++ + i++? So glad I'm a Delphi programmer today! |
|
Nov 27 |
awarded | ● Nice Question |
|
Nov 27 |
revised |
Is Good To Know Regular Expressions To Build a Language? Some dude was right, and I was wrong |
|
Nov 27 |
comment |
Is Good To Know Regular Expressions To Build a Language? I thought Regexes were higher than DFA's. I know pushdown automatons are. |
|
Nov 27 |
answered | Is Good To Know Regular Expressions To Build a Language? |
|
Nov 27 |
comment |
Is Good To Know Regular Expressions To Build a Language? Gonna have to -1 here. Regular expressions are a subject in computability, not just a perl library. |
|
Nov 20 |
comment |
mysql command to exchange columns Worked, thanks! I think I could use modify as well and not need the new_col name. You guys are way faster than Google and MySQL's website! |
|
Nov 20 |
asked | mysql command to exchange columns |
|
Nov 13 |
comment |
When did my application start running? Rob, I was kind of hoping that the question would be specific to Delphi. I was hoping there was something like Application.GetUpTime(). GetProcessTimes is a pretty cryptic function which in order to convert to TDateTime needs to use FileTimeToSystemTime and SystemTimeToDateTime. But, it is what it is eh? |
|
Nov 13 |
comment |
When did my application start running? Thanks for the clarification. It's true MSDN says GetProcessTimes Minimum supported client is Windows 2000 Professional. So in certain unfortunate circumstances this may be the way to go. |
|
Nov 12 |
comment |
When did my application start running? Does your answer contradict Bruces? |
|
Nov 12 |
comment |
When did my application start running? yeah, the time of day it was started. |
|
Nov 12 |
asked | When did my application start running? |
|
Nov 12 |
awarded | ● Popular Question |
|
Nov 10 |
comment |
Delphi 2009 Upgrade Question… Is it actually just an upgrade? You probably can install it without any problems, if it were the case that a Borland/Embarcadero required the employee who registered Delphi 3 to register Delphi 2010, that seems like it'd be a lot of work. I agree that you should have the satisfaction of seeing all your registered Delphi versions when you log into EDN though, hope things work out, I'd definitely contact them, they are very friendly folks. |
|
Nov 9 |
comment |
Humor in code Might be more appropriate for a Facebook scaper, pretty funny nonetheless. |
|
Nov 9 |
accepted | New MDI child resizes other maximized Forms |
|
Nov 6 |
answered | What’s your most controversial programming opinion? |
|
Nov 6 |
revised |
For what reason does an IDE not check to see if it can create a binary before compiling? PC |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? Freakin'a I get that error all the time. Then they close my SO question because I ask a question that requires the uniform mass of Redmondariates to step outside their comfort zone. In Wisconsin we don't ask our cows to make beer, we expect it. There-in lies the problem and the solution. |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? Sorry, just being a jerk, can you put a link or I'll F'n google it. |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? You guys you don't have an abstract thought in your brains, not sure how you manage to write 'programs' all day long. Probably why you've got 3000+ rep. I'm going to go write some code... And cry. |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? stackoverflow.com/about I have been listening to the Podcast since the inception. Just because I ask more questions than I'm able to answer doesn't mean I'm a bum, just a neophyte. Anyway, this is a technical question. I'd like to know why Linkers and Compilers don't talk to each other. |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? Boo. Hiss. M$ Shill. I'll have you know I'm using Delphi and it sucks just as much as VS in this regard. |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? I agree, I don't think the compiler should worry about every intermediate file, but if you're programming an application, building just one project, not a group.... Man, it's just a pain in the neck which I'm assuming I'm going to have to live with my entire programming life! |
|
Nov 6 |
comment |
For what reason does an IDE not check to see if it can create a binary before compiling? Seeing as this is part blog / part wiki / part forum. Rants oughta be perfectly acceptable. Anyway, I'm not trying to make a file that's missing a dependency I'm compiling just fine, but the linker can't create the output file because its locked somehow by the OS. You'd think that would be the first thing to check, but nope. |
|
Nov 6 |
answered | New MDI child resizes other maximized Forms |
|
Nov 6 |
asked | For what reason does an IDE not check to see if it can create a binary before compiling? |
|
Oct 28 |
awarded | ● Popular Question |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data Wow, that worked, not crashing at least. Thanks a ton! |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data The deserialize function expects something of type OleVariant |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data Using Delphi 7, AUserFinRecPtr.FingerBuffer is a PAnsiChar. |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data OK, thanks commenter dudes. I think the error actually comes from the stuff I'm passing into the Deserialize function. The 'Bad Variable Type' now I've got to figure out how to get good data. |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data Error code = -2147352568, that didn't make a whole lot of sense, but I did try catching the EOleException and the message said 'Bad Variable Type'. Maybe I'm passing in the wrong sort of thing to this function. procedure Deserialize(RawData: OleVariant); It's supposed to take binary data and generate a finger print template object which I can verify another finger print against. |
|
Oct 22 |
comment |
Creating digital persona fingerprint template from serialized data Good idea, thanks for lookin. |
|
Oct 22 |
revised |
Creating digital persona fingerprint template from serialized data added some code; added 13 characters in body |
|
Oct 22 |
asked | Creating digital persona fingerprint template from serialized data |
|
Oct 14 |
awarded | ● Popular Question |
|
Oct 9 |
answered | What’s the least useful comment you’ve ever seen? |
|
Oct 8 |
asked | Magnification for PDAs and Smartphones using RDesktop |
|
Oct 6 |
comment |
Most regrettable design or programming decision you made? You made that decision? That's pretty bad, because most of us just had it forced upon us. |
|
Sep 30 |
awarded | ● Popular Question |
|
Sep 27 |
awarded | ● Popular Question |
|
Sep 24 |
comment |
What’s the worst security hole you’ve ever seen? I did something similar,except I used a PHP mailer and forgot to clear my recipients array every time I looped through a group of recipients. So instead of an insanely long email sent to the last guy, the first guy got spammed 200 times (would have been more, but we hit out cap on email from our ISP) |
