CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2008
    Posts
    98

    where is Wzcsapi.h and Wzcsapi.lib

    Tools:
    eVC++4.0

    Already installed sdk:

    STANDARDSDK_500
    C:\Program Files\Windows CE Tools\wce500\STANDARDSDK_500

    and somewhat sdk for CPU ARMV4I
    C:\Program Files\Windows CE Tools\wce500\NWD\Include\Armv4i

    Then now I need to use API about wifi, like what WZCEnumInterfaces etc.
    Can't find Wzcsapi.h and Wzcsapi.lib at all.
    Please tell me what have I missed to install to use Wzcsapi.lib?
    Thx in advance!

  2. #2
    Join Date
    Nov 2003
    Posts
    1,902

    Re: where is Wzcsapi.h and Wzcsapi.lib

    You need to use Platform Builder to use those (or copy them from your Platform Builder environment). There's a "wzctool" sample application in there that you can look at.

    gg

  3. #3
    Join Date
    Jan 2008
    Posts
    98

    Re: where is Wzcsapi.h and Wzcsapi.lib

    Thanks very much!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured