RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Vahan Yoghoudjian
Good morning Now I understand your concept about multiple .exe for one application... in your first post it sounded that there were multiple version of the same .exe each one compiled for a different purpose... Were you able to solve the win98 problem? I suggest you try to debug the

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Peter Luijer
Hi Warrick and all interested, This is not meant as critisism, merely as a point of discussion. The fact that an Application uses multiple exe's that run successfully for over 3 years, doesn't automatically mean that it's, code-wise, good written software. First let me define the differences

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Glenn B. Lawler
- As Applications with Helper utils I define shell-applications that rely on other executables that do all the work and these are mostly driven by using stdin and stdout or by using some sort of (temp-)file to let the external exe work with, which are both very dirty solutions.

RE: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
@yahoogroups.com Subject: Re: RE: [delphi-en] Why are people surprised about applications that use multiple exe files? With the thought of OOP in mind, and Delphi is OOP, only the first way of writing code is acceptable, but, and this is the exception, the second way may only be used

RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
From: delphi-en@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Luijer Sent: Thursday, June 09, 2005 10:20 AM To: delphi-en@yahoogroups.com Subject: RE: [delphi-en] Why are people surprised about applications that use multiple exe files? Hi Warrick and all

Re: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread Walter Prins
Hi Peter! - Original Message - From: Peter Luijer [EMAIL PROTECTED] To: delphi-en@yahoogroups.com Sent: Thursday, June 09, 2005 3:20 PM Subject: [list] RE: [delphi-en] Why are people surprised about applications that use multiple exe files? Hi Warrick and all interested

RE: RE: RE: [delphi-en] Why are people surprised about applications that use multiple exe files?

2005-06-09 Thread horiatu
[mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 09, 2005 12:28 PM To: delphi-en@yahoogroups.com Subject: Re: RE: RE: [delphi-en] Why are people surprised about applications that use multiple exe files? I'm not sure if this is directed at me but I will asnwer