This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

hid client example

Hello,
I have bought the Keil development tool for mcb2148 and I'm trying to compile the HID client example that comes with it... However using borland c++ 6 I get lots of error messages. If anyone knows how to solve this please leave me a note.
Thanks
Doug

Parents
  • I don't want to take the trouble to port the code to another development platform,
    but if it has much meaning for you, these are the point.

    - The code is written for MS VC++ with MFC
    - The code requires HID and SetupDi- header files and library

    I've heard recent C++ builder supports MFC, but not sure.
    Ask it on this forum,

    borland.public.cppbuilder.ms_compatibility
    groups.google.com/.../topics



    As of HID and SetupDi- header files and library,
    Officially, these files are included in WinDDK.
    Free WinDDK (Server 2k3 SP1 DDK) is downloaded from MS

    "DDK - Windows Driver Development Kit" from MS WHDC
    www.microsoft.com/.../default.mspx
    Find "Download the Windows Server 2003 SP1 DDK [236 MB ISO file]" link

    OR

    On the Intel Press site for the book, "USB Design by Example",
    you'll find an excerpt of HID files from Win2K DDK. :-)

    FromDDK.zip
    www.intel.com/.../FromDDK.htm

    Tsuneo

Reply
  • I don't want to take the trouble to port the code to another development platform,
    but if it has much meaning for you, these are the point.

    - The code is written for MS VC++ with MFC
    - The code requires HID and SetupDi- header files and library

    I've heard recent C++ builder supports MFC, but not sure.
    Ask it on this forum,

    borland.public.cppbuilder.ms_compatibility
    groups.google.com/.../topics



    As of HID and SetupDi- header files and library,
    Officially, these files are included in WinDDK.
    Free WinDDK (Server 2k3 SP1 DDK) is downloaded from MS

    "DDK - Windows Driver Development Kit" from MS WHDC
    www.microsoft.com/.../default.mspx
    Find "Download the Windows Server 2003 SP1 DDK [236 MB ISO file]" link

    OR

    On the Intel Press site for the book, "USB Design by Example",
    you'll find an excerpt of HID files from Win2K DDK. :-)

    FromDDK.zip
    www.intel.com/.../FromDDK.htm

    Tsuneo

Children