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
  • Now, what could the probable causes be that a compiler fails to find files? Care to take a guess?

    - That you don't have any files with that name on your hard drive?
    - That you have the files, but that you haven't instructed the tool to process that specific directory?
    - That you have the files, but have specified any access rights that forbidds the compiler from accessing them (not too common problem on Win32 machines)

    So, time for you to start figuring out why you get these error messages, since we can not guess what files you have in your machine or where they are stored or where you have allowed the compiler to search...

Reply
  • Now, what could the probable causes be that a compiler fails to find files? Care to take a guess?

    - That you don't have any files with that name on your hard drive?
    - That you have the files, but that you haven't instructed the tool to process that specific directory?
    - That you have the files, but have specified any access rights that forbidds the compiler from accessing them (not too common problem on Win32 machines)

    So, time for you to start figuring out why you get these error messages, since we can not guess what files you have in your machine or where they are stored or where you have allowed the compiler to search...

Children