 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
federico Guest
|
Posted: Wed May 11, 2005 5:04 pm Post subject: what files of indy shoul I include in my release? |
|
|
Hi, I finished my app using Indy 9, ot works perfect on my machine and I'm
ready to release it, I made a setup with InstallShield 10.5, but when I run
my app on a machine
that dosent have the Indy installed my http sockects dont work, I'm using
the the TIdHTTP,the TIdIRC and the IdSSLIOHandlerSocket componets of Indy.
my quetion is which libraries or files of Indy should be included in the
release of my app, so the other users of my compny that dont have Indy
installed on their machines can run the App? run tiem packages and dynamic
rtl are disabled I'm just including the ssl dlls on the set up, any ideas
what other libs shouls I include. I'm using C++ Builder 6.0.
Thanx for any help
Federico
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed May 11, 2005 7:26 pm Post subject: Re: what files of indy shoul I include in my release? |
|
|
"federico" <federico (AT) sandiasazules (DOT) com> wrote
| Quote: | which libraries or files of Indy should be included in the release
of my app, so the other users of my compny that dont have
Indy installed on their machines can run the App?
|
None, other than the SSL DLLs (which in themselve won't effect TIdHTTP from
working properly in general). You've already taken care of that when you
disabled the use of Runtime Packages and Dynamic RTL. Everything the
application needs is thus compiled directly into the EXE file.
Gambit
|
|
| Back to top |
|
 |
federico Guest
|
Posted: Wed May 11, 2005 7:45 pm Post subject: Re: what files of indy shoul I include in my release? |
|
|
Again Thanx a lot!!
"Remy Lebeau (TeamB)" <no.spam (AT) no (DOT) spam.com> wrote
| Quote: |
"federico" <federico (AT) sandiasazules (DOT) com> wrote in message
news:42823b31$1 (AT) newsgroups (DOT) borland.com...
which libraries or files of Indy should be included in the release
of my app, so the other users of my compny that dont have
Indy installed on their machines can run the App?
None, other than the SSL DLLs (which in themselve won't effect TIdHTTP
from
working properly in general). You've already taken care of that when you
disabled the use of Runtime Packages and Dynamic RTL. Everything the
application needs is thus compiled directly into the EXE file.
Gambit
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|