Re: Okay to create a socket PRIOR to ip configuration?
- From: "Kelly" <couchk_bulkREMOVEBOLD@xxxxxxxxxxx>
- Date: Wed, 20 Jul 2005 11:31:05 -0700
I am not very familiar with writing services, however this just happens to be
a service on a Windows CE platform. It is a very lightweight service
interface - simply a dll that you specify to load.
Does WinCE have this same dependency capability?
"Alexander Nickolov" wrote:
> You haven't specified proper service dependencies for your
> service.
>
> --
> =====================================
> Alexander Nickolov
> Microsoft MVP [VC], MCSD
> email: agnickolov@xxxxxxxx
> MVP VC FAQ: http://www.mvps.org/vcfaq
> =====================================
>
> "Kelly" <couchk_bulkREMOVEBOLD@xxxxxxxxxxx> wrote in message
> news:D7C8CFB9-3C97-47C3-A2E1-03B48CC3D31C@xxxxxxxxxxxxxxxx
> >I am experiencing some intermittent problems with winsock. In general two
> > windows systems should be communicating over winsock.
> >
> > I'd like to know if there is any problems associated with creating a
> > socket,
> > prior to the ethernet adapter being assigned an IP? My program is a
> > service
> > that begins listening for UDP packets at system startup. However, if this
> > system is setup to use DHCP and no server is present, it boots with none,
> > or
> > an invalid IP. So, it must be set manually. By this time, of course the
> > socket has already been created.
> >
> > I just want to clear up whether any problems I'm having could be related
> > to
> > this.
> >
> > Thanks.
> > -Kelly
>
>
>
.
- Follow-Ups:
- Re: Okay to create a socket PRIOR to ip configuration?
- From: Arkady Frenkel
- Re: Okay to create a socket PRIOR to ip configuration?
- References:
- Okay to create a socket PRIOR to ip configuration?
- From: Kelly
- Re: Okay to create a socket PRIOR to ip configuration?
- From: Alexander Nickolov
- Okay to create a socket PRIOR to ip configuration?
- Prev by Date: Re: Okay to create a socket PRIOR to ip configuration?
- Next by Date: Re: How do bluetooth devices map to COM ports?
- Previous by thread: Re: Okay to create a socket PRIOR to ip configuration?
- Next by thread: Re: Okay to create a socket PRIOR to ip configuration?
- Index(es):
Relevant Pages
|