User Peter Turner - Stack Overflowmost recent 30 from stackoverflow.com2009-11-29T02:35:42Zhttp://stackoverflow.com/feeds/user/1765http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1809722/is-good-to-know-regular-expressions-to-build-a-language/1809767#18097670Answer by Peter Turner for Is Good To Know Regular Expressions To Build a Language?Peter Turner2009-11-27T16:56:24Z2009-11-27T17:06:42Z<p>Maybe I'm off track because the other answerers think you're asking about PCRE or something. But if you're talking about inventing a language, then regular expressions are about as important as the syntax and anything else. </p>
<p>Regular Expressions are a step on the Chomsky Hierarchy between Push Down Automata and Deterministic Finite Automata, very important stuff to know about and exceptionally necessary when parsing anything, especially code. </p>
http://stackoverflow.com/questions/1770966/mysql-command-to-exchange-columns0mysql command to exchange columnsPeter Turner2009-11-20T14:57:12Z2009-11-20T15:00:30Z
<p>I ran into a problem where one version of my database has a column that is in the wrong position. Is there a way in mysql to re-index or exchange columns? </p>
http://stackoverflow.com/questions/1725271/when-did-my-application-start-running4When did my application start running?Peter Turner2009-11-12T20:48:17Z2009-11-13T13:26:17Z
<p>What is the function to get date and time an application was executed? I'm using Delphi.</p>
http://stackoverflow.com/questions/406760/whats-your-most-controversial-programming-opinion/1689141#16891412Answer by Peter Turner for What's your most controversial programming opinion?Peter Turner2009-11-06T17:36:59Z2009-11-06T17:36:59Z<p>Apparently it is controversial that <a href="http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-com">IDE's should check</a> to see whether they can link up the code they create before wasting time compiling </p>
<p>But I'm of the opinion that I shouldn't compile a zillion lines of code only to realize that Windows has a lock on the file I'm trying to create because another programmer has some weird threading issue that requires him to Delay Unloading DLLs for 3 minutes after they aren't supposed to be used. </p>
http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-com-9For what reason does an IDE not check to see if it can create a binary before compiling? [closed]Peter Turner2009-11-06T15:53:27Z2009-11-06T16:30:30Z
<p>Is there a specific reason as to why an IDE would go through the trouble of compiling a project only to have it fail when linking? </p>
<p>I won't tell you why this bothers me, because apparently it is offensive to be bothered by other peoples code.</p>
http://stackoverflow.com/questions/1688409/new-mdi-child-resizes-other-maximized-forms/1688531#16885311Answer by Peter Turner for New MDI child resizes other maximized FormsPeter Turner2009-11-06T16:02:01Z2009-11-06T16:02:01Z<p>I had a similar issue a while back, I'm pretty sure that what you're describing is the normal way this things should be handled. What I'd do is open that important form up so that it fills the whole MDI child area, but doesn't put its minimize-maximize buttons in the toolbar. Lock and anchor it there then handle the closequery method to not allow it to be closed. </p>
http://stackoverflow.com/questions/112707/how-do-i-enable-multimode-emacs-to-program-php-without-messing-up-my-indents2How do I enable multimode emacs to program PHP without messing up my indents?Peter Turner2008-09-22T00:53:15Z2009-11-02T15:23:23Z
<p>Whenever I indent HTML in PHP mode, emacs (22.1.1, basic install on Redaht Linux over Putty-SSH) pops up a frame and tells me to get MUMODE or somesuch extra add-on. I installed PHP Mode without a big hassle, but I don't know how to get this multi-mode rolling.<br />
<hr>
I'd like to know 2 things</p>
<ol>
<li>How to install and configure multi-mode</li>
<li>How to disable pop-ups in Emacs</li>
</ol>
http://stackoverflow.com/questions/202702/how-to-make-a-delphi-tspeedbutton-stay-pressed-if-its-the-only-one-in-the-group4How to make a Delphi TSpeedButton stay pressed if it's the only one in the groupPeter Turner2008-10-14T20:40:13Z2009-10-31T23:45:49Z
<p>I'm not sure why the TSpeedButton has this property but when a TSpeedButton is the only button of a given groupindex, it doesn't stay pressed, whether or not "AllowAllUp" is pressed. Maybe a Jedi control would suffice, but hopefully there's some fix. Any help or anecdotes are appreciated.</p>
<p>BTW, I'm (still) using Delphi 7, not sure if this is an across the board conundrum.</p>
http://stackoverflow.com/questions/113212/removing-blotchiness-on-transparent-pngs-filtered-with-additional-opacity-in-ie2Removing blotchiness on transparent PNGs filtered with additional opacity in IEPeter Turner2008-09-22T04:41:38Z2009-10-26T20:11:16Z
<p>I made a rotating image fader using Javascript and CSS to show images and unload them. I wanted to use transparent PNG's, I didn't expect or care if they looked good in IE 6, but IE 7 and 8 treated them with the same disrespect. Firefox and other modern browsers looked great. <br>Every picture with <code>image.filter = alpha(opacity=xxx)</code> in it looks like some of the transparency has some leftover noise, maybe from compression or something, no matter what I do to the picture, there's still something there.
<p>
I've done workarounds by placing JPG's on white background and using GIF's. <br>Also can someone tell me if this is actually a bug in IE?
<hr>
Let me know if you need an example and I'll make one</p>
http://stackoverflow.com/questions/1607441/creating-digital-persona-fingerprint-template-from-serialized-data1Creating digital persona fingerprint template from serialized dataPeter Turner2009-10-22T14:01:59Z2009-10-22T17:27:31Z
<p><i>This is a very specific question which will probably earn me the tumbleweed badge, but please answer if you can</i></p>
<p>I've imported DigitalPersona sdk dll's as type libraries into Delphi and am trying to verify fingerprints which I've stored as serialized data in a database, it's working very awesomely. Enrollment seems to work fine, but I can't turn the binary data from the finger prints back into DPFPTemplate objects. I keep getting an OLEException every time I try to used the defaultinterface property of a TDPFPTemplate object. </p>
<p>What I'm wondering is how Digital Persona expects you to use their SDK to recreate fingerprints. This is what their instructions say:</p>
<pre>
1. *Retrieve serialized fingerprint template data from a fingerprint data storage subsystem.
2. Deserialize a DPFPTemplate object by calling the Deserialize method (VB page 40, C++
page 83).
3. Return a DPFPTemplate object.
</pre>
<p>All the ways of making a DPFPTemplate seem to only include using the fingerprint reader itself. </p>
<p>Here's one way that doesn't work</p>
<pre><code> Result := CreateOleObject('DPFPShrX.DPFPTemplate.1') as IDPFPTemplate;
Result.Deserialize(string(AUserFinRecPtr.FingerBuffer));
</code></pre>
<p>and here's another</p>
<pre><code>DPFPTemplate := TDPFPTemplate.Create(nil);
DPFPTemplate.DefaultInterface.Deserialize(String(AUserFinREcPtr.FingerBuffer));
</code></pre>
http://stackoverflow.com/questions/143429/whats-the-least-useful-comment-youve-ever-seen/1544091#15440912Answer by Peter Turner for What's the least useful comment you've ever seen?Peter Turner2009-10-09T14:23:08Z2009-10-09T14:23:08Z<p>AHHHRRRGGHHH Just found this in some ancient code, bet the guy thought he was pretty funny</p>
<pre><code>private
//PRIVATE means PRIVATE so no comments for you
function LoadIt(IntID: Integer): Integer;
</code></pre>
http://stackoverflow.com/questions/1538850/magnification-for-pdas-and-smartphones-using-rdesktop0Magnification for PDAs and Smartphones using RDesktopPeter Turner2009-10-08T16:14:31Z2009-10-08T18:35:41Z
<p>If I've got some Native Windows App (i.e. Delphi) and I'm having a lot of end users running it on things like the Nokia N800 connected to a windows terminal server using RDesktop. </p>
<p>Some of the things on the screen are very hard to see, but I don't want to have some weird magnification of the whole screen because the resolution on those Nokia devices is really pretty adequate. </p>
<p>Anyway, what I'm wondering is how you would approach a problem like this, I see in my list of related questions that there is Windows Magnification API, is that good for Win32 or just .NET? Is it too clunky to just increase the relative size of the button or label nearest to the stylus or finger or mouse on the screen. Are there 3rd party API's for this kind of Hi-jinx?</p>
http://stackoverflow.com/questions/774848/what-is-a-good-naming-convention-for-a-routine-that-sets-a-global-variable-in-the1What is a good naming convention for a routine that sets a global variable in the same classPeter Turner2009-04-21T22:06:35Z2009-09-22T11:57:53Z
<p>Code Complete (Chapter 7, Section 3) says that a good function should be named for the value it returns and a good procedure name in a class should be named for what it does. </p>
<p>When I write synchronized methods in Delphi (pre 2009) I sometimes need to use them to set global variables, a seemingly bad programming practice, but a necessary once since I can't pass variables. I don't want to call them "Get" or "Set" because I use those for my property methods. </p>
<p>Anyone have a better naming convention for these?</p>
http://stackoverflow.com/questions/1343296/opening-an-mdb-access-file-without-access/1343369#13433690Answer by Peter Turner for opening an mdb access file without accessPeter Turner2009-08-27T19:39:50Z2009-08-27T19:39:50Z<p>Have you tried openoffice base? I've had good luck with that converting MDB files. </p>
http://stackoverflow.com/questions/813487/how-to-post-json-to-php-with-curl1How to post JSON to PHP with curlPeter Turner2009-05-01T22:03:20Z2009-08-16T11:26:08Z
<p>I may be way off base, but I've been trying all afternoon to run <a href="http://www.recessframework.org/page/restful-php-framework" rel="nofollow">the curl post command</a> in this recess PHP framework tutorial. What I don't understand is how is PHP supposed to interpret my POST, it always comes up as an empty array. </p>
<pre><code>curl -i -X POST -d '{"screencast":{"subject":"tools"}}' \
http://localhost:3570/index.php/trainingServer/screencast.json
</code></pre>
<p>(The slash in there is just to make me not look like an idiot, but I executed this from windows using PHP 5.2, also tried on a Linux server, same version with Linux curl) </p>
<p>There must be something I'm missing because it seems pretty straightforward, the post just isn't be interpreted right, if it was, everything would work great. </p>
<p>This is what I get back:</p>
<pre>
HTTP/1.1 409 Conflict
Date: Fri, 01 May 2009 22:03:00 GMT
Server: Apache/2.2.8 (Win32) PHP/5.2.6
X-Powered-By: PHP/5.2.6
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1
{"screencast":{"id":null,"subject":null,"body":null,
"dataUrl":null,"dataMedium":null,"createdOn":null,"author":null}}
</pre>
http://stackoverflow.com/questions/148795/what-is-the-standard-sql-query-to-retrieve-the-intersection-of-tables1What is the standard SQL Query to retrieve the intersection of tables?Peter Turner2008-09-29T14:07:19Z2009-08-14T09:49:26Z
<p>Selecting the union:</p>
<pre><code>select * from table1
union
select * from table1_backup
</code></pre>
<p>What is the query to select the intersection?</p>
http://stackoverflow.com/questions/462676/switching-control-types-but-not-names-for-lots-of-controls-on-a-form-in-delphi/1239541#12395410Answer by Peter Turner for Switching Control Types (but not names) for Lots of Controls on a Form in DelphiPeter Turner2009-08-06T15:08:38Z2009-08-06T15:08:38Z<p>I use the CNTools component replacer (couldn't find the one in GExperts), it's got a good Component Selector feature too so you can select multiple controls based one some simple queries. </p>
http://stackoverflow.com/questions/1159008/with-delphi-are-you-more-likely-to-re-use-temporary-variables-than-with-other-lan2With Delphi are you more likely to re-use temporary variables than with other languages?Peter Turner2009-07-21T12:53:14Z2009-08-05T18:37:26Z
<p>Since Delphi makes you go all the way up to the var section of a method to declare a local variable, do you find yourself breaking <a href="http://www.codinghorror.com/blog/archives/000805.html" rel="nofollow">"Curly's Law"</a> (re-using variables) more often than you did in college?(unless of course, you programmed Pascal in college).</p>
<p>If so, what do you do to break yourself of that habit, especially in functions where you need to get and/or set large numbers of properties. Is there a threshold where it is acceptable to declare <code>TempInt : Integer</code> and <code>TempStr : String</code>. (Do you use an 'e' in <code>T<b>e</b>mp</code> sometimes and not other times?)</p>
http://stackoverflow.com/questions/1195689/best-practices-for-creating-and-parsing-xml-documents/1195738#11957382Answer by Peter Turner for Best practices for creating and parsing XML documents.Peter Turner2009-07-28T18:05:47Z2009-07-28T18:05:47Z<p>This is just anecdotal, I have no idea what a best practice would be:</p>
<p>I was using that TXMLDocument for a little while, but it's pretty cumbersome and at least the Delphi 7 version didn't let me do XPath, which is pretty much why I'd want to use XML in the first place. </p>
<p>I imported the type library for IXMLDomDocument2 and I've been using that ever since. I really don't understand how it all works, but it's pretty awesome, and all the help is in the MSDN. </p>
http://stackoverflow.com/questions/1180147/how-to-implement-a-kill-switch-in-a-native-windows-program0How to implement a kill switch in a native windows programPeter Turner2009-07-24T21:08:57Z2009-07-24T21:38:16Z
<p>We've got issues with our program potentially hanging in certain situations, is there a way to search and destroy your own program with windows calls without using task manager. It probably wouldn't make sense to include this in the program itself, but as a bundled thing no one would see. </p>
<p>What's the best way to go about doing this, how deep do I need to dig to stop my program and how shallow should I keep to make sure I don't crash the OS?</p>
http://stackoverflow.com/questions/1180121/what-kind-of-applications-should-a-one-man-software-company-create/1180153#11801538Answer by Peter Turner for What kind of applications should a one-man software company create?Peter Turner2009-07-24T21:09:50Z2009-07-24T21:09:50Z<p>Make some dumb app for the iPhone</p>
http://stackoverflow.com/questions/1138323/delphi-7-compile-getting-slower-over-time/1177935#11779350Answer by Peter Turner for Delphi 7 compile getting slower over time?Peter Turner2009-07-24T14:08:26Z2009-07-24T14:08:26Z<p>I've noticed this too and it seems to be directly related to the number of Exceptions you get when you close Delphi. I don't generally need to reboot the computer to get back up to speed.</p>
<p>My advice would be to go into the the Environment Options and turn on the Autosave options so that you can restart Delphi and not take a million years to find what you had open. I have to do this because my debugger only seems to work for about an hour. </p>
http://stackoverflow.com/questions/1177652/taking-a-compilation-course-in-undergraduate-cs-studies-useful/1177699#11776992Answer by Peter Turner for Taking A Compilation Course In Undergraduate CS Studies. Useful?Peter Turner2009-07-24T13:35:17Z2009-07-24T13:35:17Z<p>Learning to put abstract syntax trees into practice can really help you if you need to write some sort of complex validation system, and that's a lot of what I took out of my compilers class so I'd say yes. </p>
<p>Knowing how your code translates into machine language is important too, it gives you a basis for understanding why you should program things in a certain way.</p>
http://stackoverflow.com/questions/1159008/with-delphi-are-you-more-likely-to-re-use-temporary-variables-than-with-other-lan/1159133#11591331Answer by Peter Turner for With Delphi are you more likely to re-use temporary variables than with other languages?Peter Turner2009-07-21T13:21:48Z2009-07-22T13:35:09Z<p>I probably would have found this to be a bigger problem if hadn't had CTRL-SHIFT-V as a shortcut to the VAR section. I'm not writing GIGANTIC methods here, but sometimes they get a little out of hand (and I can justify this of course) and it helps a lot. I'm not sure if that shortcut comes from cnTools or GExperts, but they're both pretty useful and I'd recommend them both. </p>
http://stackoverflow.com/questions/423595/how-to-get-started-with-maemo-software-development/1155401#11554011Answer by Peter Turner for How to get started with Maemo software developmentPeter Turner2009-07-20T19:19:58Z2009-07-20T19:19:58Z<p>There's a <a href="http://www.vmware.com/appliances/directory/702" rel="nofollow">Scratchbox Virtual Appliance</a> for Maemo development (I'm not sure if the link is the right one) but that's how I started hacking. It took forever for me to figure out how to set up scratchbox by myself. </p>
http://stackoverflow.com/questions/1140562/does-my-variable-naming-convention-have-a-name3Does my variable naming convention have a name?Peter Turner2009-07-16T21:55:53Z2009-07-17T14:59:03Z
<p>So I go by this Delphi naming scheme of arguments start with A, class vars start with F and local vars start with M. Does that scheme have a name? I see it a lot in the Delphi source I'd like to read more about it but I'm not sure what it's called. </p>
http://stackoverflow.com/questions/885024/useful-delphi-code-templates4Useful Delphi code templatesPeter Turner2009-05-19T21:06:11Z2009-07-13T14:10:27Z
<p>I've been programming in Delphi for a little over two years now, and I've only got maybe 5 custom templates, I feel as though I should have more.</p>
<p>If anyone has any particularly useful ones it would be great to have a nice repository of them here on stackoverflow.</p>
<p>I don't care whether you use the Delphi 2009 syntax or Delphi 7, but if the code you'd be generating only works on a particular version, please mention that.</p>
http://stackoverflow.com/questions/885024/useful-delphi-code-templates/885054#8850544Answer by Peter Turner for Useful Delphi code templatesPeter Turner2009-05-19T21:12:27Z2009-07-13T14:10:27Z<p>Very handy output debug string plus formatting</p>
<p><hr /></p>
<p><b>Name:</b><br />
ods<br />
<b>Description:</b><br />
Output Debug String with Format
<b>Code:</b> </p>
<pre>
OutputDebugString(PAnsiChar(format('|',[])));
</pre>
<p><hr /></p>
<p>also, if I want to leave it in the code:</p>
<p><b>Name:</b><br />
dods<br />
<b>Description:</b><br />
Output Debug String with ifdef debug<br />
<b>Code:</b> </p>
<pre>
{$IFDEF DEBUG}
OutputDebugString(PAnsiChar(format('|',[])));
{$ENDIF}
</pre>
http://stackoverflow.com/questions/1015236/how-do-i-tell-if-a-form-is-in-help-mode0How do I tell if a form is in help mode?Peter Turner2009-06-18T21:19:55Z2009-06-24T13:22:42Z
<p>There's a certain control which I don't have the source to (Steema TTree) it doesn't send a help message when help is requested through the form. (clicking the ? near the X on the dialog, then clicking the TTree) </p>
<p>I can just call help directly on the form and pass in my own helpmessage, but I don't know whether the form is in help mode.</p>
<p>The form's cursor is acutally 0 even when it has a ? next to it... That I find odd. </p>
<p>Anyway, I know I'm hacking my way through this, but I don't care. All I want to know is if there is a way to tell whether the user is requesting help and currently has a ? next to their cursor</p>
http://stackoverflow.com/questions/1021666/how-do-you-set-the-result-value/1028411#1028411-1Answer by Peter Turner for How do you set the Result value?Peter Turner2009-06-22T17:20:33Z2009-06-22T17:20:33Z<p>you can also do
MyFunc := true;
which has the same meaning as
Result := true;</p>
http://stackoverflow.com/questions/1809722/is-good-to-know-regular-expressions-to-build-a-language/1809767#1809767Comment by Peter Turner on Is Good To Know Regular Expressions To Build a Language?Peter Turner2009-11-27T17:02:49Z2009-11-27T17:02:49ZI thought Regexes were higher than DFA's. I know pushdown automatons are. http://stackoverflow.com/questions/1809722/is-good-to-know-regular-expressions-to-build-a-language/1809736#1809736Comment by Peter Turner on Is Good To Know Regular Expressions To Build a Language?Peter Turner2009-11-27T16:52:13Z2009-11-27T16:52:13ZGonna have to -1 here. Regular expressions are a subject in computability, not just a perl library. http://stackoverflow.com/questions/1770966/mysql-command-to-exchange-columns/1771001#1771001Comment by Peter Turner on mysql command to exchange columnsPeter Turner2009-11-20T15:04:07Z2009-11-20T15:04:07ZWorked, 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!
http://stackoverflow.com/questions/1725619/can-you-recommend-a-go-language-web-frameworkComment by Peter Turner on Can you recommend a go-language web framework? Peter Turner2009-11-13T14:44:29Z2009-11-13T14:44:29Z-1. No Particular Reasonhttp://stackoverflow.com/questions/1725271/when-did-my-application-start-runningComment by Peter Turner on When did my application start running?Peter Turner2009-11-13T14:10:19Z2009-11-13T14:10:19ZRob, 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? http://stackoverflow.com/questions/1725271/when-did-my-application-start-running/1725499#1725499Comment by Peter Turner on When did my application start running?Peter Turner2009-11-13T14:08:41Z2009-11-13T14:08:41ZThanks 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. http://stackoverflow.com/questions/1725271/when-did-my-application-start-running/1725499#1725499Comment by Peter Turner on When did my application start running?Peter Turner2009-11-12T21:26:37Z2009-11-12T21:26:37ZDoes your answer contradict Bruces?http://stackoverflow.com/questions/1725271/when-did-my-application-start-runningComment by Peter Turner on When did my application start running?Peter Turner2009-11-12T20:53:11Z2009-11-12T20:53:11Zyeah, the time of day it was started.http://stackoverflow.com/questions/1707071/delphi-2009-upgrade-questionComment by Peter Turner on Delphi 2009 Upgrade Question...Peter Turner2009-11-10T15:50:15Z2009-11-10T15:50:15ZIs 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. http://stackoverflow.com/questions/140270/humor-in-code/516506#516506Comment by Peter Turner on Humor in codePeter Turner2009-11-09T16:37:06Z2009-11-09T16:37:06ZMight be more appropriate for a Facebook scaper, pretty funny nonetheless. http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-com/1688548#1688548Comment by Peter Turner on For what reason does an IDE not check to see if it can create a binary before compiling?Peter Turner2009-11-06T16:24:48Z2009-11-06T16:24:48ZFreakin'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.http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-com/1688548#1688548Comment by Peter Turner on For what reason does an IDE not check to see if it can create a binary before compiling?Peter Turner2009-11-06T16:13:59Z2009-11-06T16:13:59ZSorry, just being a jerk, can you put a link or I'll F'n google it. http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-comComment by Peter Turner on For what reason does an IDE not check to see if it can create a binary before compiling?Peter Turner2009-11-06T16:13:25Z2009-11-06T16:13:25ZYou 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.http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-comComment by Peter Turner on For what reason does an IDE not check to see if it can create a binary before compiling?Peter Turner2009-11-06T16:11:10Z2009-11-06T16:11:10Z<a href="http://stackoverflow.com/about" rel="nofollow">stackoverflow.com/about</a> 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. http://stackoverflow.com/questions/1688470/for-what-reason-does-an-ide-not-check-to-see-if-it-can-create-a-binary-before-com/1688548#1688548Comment by Peter Turner on For what reason does an IDE not check to see if it can create a binary before compiling?Peter Turner2009-11-06T16:09:15Z2009-11-06T16:09:15ZBoo. Hiss. M$ Shill. I'll have you know I'm using Delphi and it sucks just as much as VS in this regard.