using Socket calls in OSdesign subproject

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi,

I am Creating WinCE 6.0 R2. OSdesign using ARMV4I BSP for a ARM target. I am
using VS2005 with Platform builder plugin. I have created an OSdesign
subproject in this solution framework and would like to use the SOCKET
functions in the subproject. I tried with both winsock and winsock2 but the
linker is throwing error no LNK2019.
Now my question is that,

1. Can i use winsock or anyother socket API's in my OSdesign subproject? how?
2. Where should i look for the required socket library and header files?
3. Where does the winsock library gets installed? Is it during winCe
installation?

Please suggest.

thanks
.



Relevant Pages

  • Re: using Socket calls in OSdesign subproject
    ... The following TCP server code i wrote built fine without errors. ... when i ran the application, all the socket API's failed (socket, bind, listen ... I checked in the Catalog view and previously the winsock option check box ... winsock2.h file in the subproject and calling the socket function in the code. ...
    (microsoft.public.windowsce.app.development)
  • Re: using Socket calls in OSdesign subproject
    ... You have to initialize, WinSock in your application. ... can't just go off and call socket() without calling WSAStartupfirst. ... The following TCP server code i wrote built fine without errors. ... When i rebuild the subproject, ...
    (microsoft.public.windowsce.app.development)
  • Re: using Socket calls in OSdesign subproject
    ... I checked in the Catalog view and previously the winsock option check box ... winsock2.h file in the subproject and calling the socket function in the code. ...
    (microsoft.public.windowsce.app.development)
  • Re: using Socket calls in OSdesign subproject
    ... does yor OS design include winsock support (catalog item under Communication ... subproject in this solution framework and would like to use the SOCKET ... Can i use winsock or anyother socket API's in my OSdesign subproject? ...
    (microsoft.public.windowsce.app.development)
  • Re: help me with my understanding of WSPRecv/From
    ... WinSock has some MS-specific functions to employ the NT ... WinSock has a common provider DLL called MSAFD.DLL. ... AFD.SYS is a kernel module which implements the sockets semantics on top of ... This will give you lots of socket stuff, ...
    (microsoft.public.development.device.drivers)