Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 May : Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!!
| Subject: | Re: Delphi 2005 Personal and Indy 10.0.75: Indy don't work!!! |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Mon, 5 Jun 2006 12:39:33 |
"Jamie Dale" <j.dale@turboz.net> wrote in message
news:44847be8@newsgroups.borland.com...
> So basically, as long as I skip creating the form if the program is
> running as a service I am ok?
>
> I'm assuming then that (as you said) I can still include the forms
> in the .exe but simply avoid creating them.
If you are not going to create them, then they may as well not even be in
the project to begin with. If you are going to create them conditionally,
that is a separate issue. As I said earlier, you can include the source
code into the project, but you have to be careful about when you run the
code.
Gambit