Author Topic: About usbhidio_vc6 source code  (Read 9031 times)

Dobaz

  • Member
  • ***
  • Posts: 23
About usbhidio_vc6 source code
« on: October 20, 2011, 11:33:00 pm »
Hello again,

Is it still good to use it or is it outdated.  I mean, can I develop an app with it which will run on XP, Vista and 7 both 32 and 64 bit?

Thanks!

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: About usbhidio_vc6 source code
« Reply #1 on: October 21, 2011, 09:49:24 am »
This might be of some help:

http://www.lvr.com/forum/index.php?topic=497

I haven't tested the code on Windows 7.

Jan

Dobaz

  • Member
  • ***
  • Posts: 23
Re: About usbhidio_vc6 source code
« Reply #2 on: October 21, 2011, 10:48:46 am »
Thanks for the answer.

Since I am new to this, my questions and answers might a little weird but..

I understand I might have to adjust the program but if you would have to create a host soft for HID device communication for a client who pays for it,
is it a good example to start with.

I mean, since it has been written in 2005, does it uses the current (up to date) windows methods/functions, library or all the methods/functions library used in 2011 are different?

Thanks a lot

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: About usbhidio_vc6 source code
« Reply #3 on: October 21, 2011, 11:00:44 am »
The programming for the API functions generally doesn't change over time except for things like changes to support 64 bits.

For information on programming the user interface, see:

http://stackoverflow.com/questions/875686/advice-for-c-gui-programming

or use .NET.

Jan