Re: linker error - undefined functions
- From: "Drew" <dam@xxxxxxx>
- Date: Thu, 17 Dec 2009 17:28:57 -0600
"bernd" <bernd.schuster12@xxxxxxxxxxxxxx> wrote in message
news:d71f5443-2a11-49cf-82de-5eb753608175@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On 17 Dez., 20:12, "Drew" <d...@xxxxxxx> wrote:
"bernd" <bernd.schuste...@xxxxxxxxxxxxxx> wrote in message
news:45e0cc27-002c-4166-aac0-4d1326b580f8@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
Building an WCE application, I have a lot of linker errors (winsocket
funkctions like WSAStartup are undefined).
I have add the path to the WSock23.lib under the project settings >
linker > general > Additional Library Directories - but no success
after generating the Build > Sysgen... The path itself doesn`t include
any blanks...
Since you don't say which version of VS you're using I'm assuming VS200x
so
that should be Ws2_32.lib under
Project>Properties>Linker>Input>Additional
Dependencies.
Drew
I`m using VS2005 - and is it correct only to add ws2_32.lib in the
additional dependencies or the whole path to the folder containing
this lib-file?
Just the LIB. No Path. The path will be found automatically through the
registry's PATH environment variable.
Drew
.
- Follow-Ups:
- Re: linker error - undefined functions
- From: bernd
- Re: linker error - undefined functions
- References:
- linker error - undefined functions
- From: bernd
- Re: linker error - undefined functions
- From: Drew
- Re: linker error - undefined functions
- From: bernd
- linker error - undefined functions
- Prev by Date: Re: linker error - undefined functions
- Next by Date: Re: linker error - undefined functions
- Previous by thread: Re: linker error - undefined functions
- Next by thread: Re: linker error - undefined functions
- Index(es):
Relevant Pages
|