Re: [twsocket] Service dependency problem re-occurred.

2006-12-16 Thread Fastream Technologies
Also, depending on RPCss sometimes fail on some Windows configs which can run Winsock software! FYI... On 12/13/06, Arno Garrels <[EMAIL PROTECTED]> wrote: > Fastream Technologies wrote: > > Hello, > > > > Our clients using Windows 2003 complain that the lastest beta is > > causing hangs during bo

Re: [twsocket] Service dependency problem re-occurred.

2006-12-13 Thread Fastream Technologies
Thanks, I found the problem: I was calling the below function to edit service description (which TServiceApplication cannot do automatically) in OnStart of the service! BOOL ReconfigureService(BOOL fDisable, LPSTR lpDesc, const String &serviceName) // from // http://msdn.microsoft.com/library/de

Re: [twsocket] Service dependency problem re-occurred.

2006-12-13 Thread Arno Garrels
Fastream Technologies wrote: > Hello, > > Our clients using Windows 2003 complain that the lastest beta is > causing hangs during boot up and then reboots and goes into a loop. > This is a HTTP/FTP server installed as system service and running with > administrative rights. It depends only to Tcpi

[twsocket] Service dependency problem re-occurred.

2006-12-12 Thread Fastream Technologies
Hello, Our clients using Windows 2003 complain that the lastest beta is causing hangs during boot up and then reboots and goes into a loop. This is a HTTP/FTP server installed as system service and running with administrative rights. It depends only to Tcpip. I noticed that when it is trying to ru

Re: [twsocket] Service dependency

2006-10-21 Thread Arno Garrels
Paul wrote: > One of my HttpCli programs runs as a service and has to start > immediately when the (physical) server is restarted. > Therefore, an internet connection should be available before the > service starts. > Which dependency should I add for this ? At least Tcpip comes to my mind, but yo

[twsocket] Service dependency

2006-10-21 Thread Paul
One of my HttpCli programs runs as a service and has to start immediately when the (physical) server is restarted. Therefore, an internet connection should be available before the service starts. Which dependency should I add for this ? Paul -- To unsubscribe or change your settings for TWSock