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

HIDCleint source code

I run the HIDClient project in VS2008 Pro Edition but it didn't build successfully the error message:fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory.
I searched everywhere and do a steps for some configuration and build the solution but still I got the same error.
I also follow the steps for building the application in this discussion http://www.keil.com/forum/12727/hid-client-example/ but still the same error i've encountered. Anyone knows how to figure out this error? Please share it to me.
Thanks.

Parents
  • It's clearly telling you that it can't find the file, isn't it?

    So you obviously need to verify two things:

    1. Does this file actually exist on you system?

    2. If it exists, is your project correctly figured with the location of this file so that the compiler can find it?

Reply
  • It's clearly telling you that it can't find the file, isn't it?

    So you obviously need to verify two things:

    1. Does this file actually exist on you system?

    2. If it exists, is your project correctly figured with the location of this file so that the compiler can find it?

Children