Hello, i’m using a vm110 with qt.
When i run linux, all work very well (i use libk8055).
When i run windows 7, things are a little more complicated.
In the driver provided by your website, there is only the dll, no headers. That’s why when i include K8055D.h, the system can’t found it !
I’ve tried with the .h and .lib that i find on the source code samples, it compile, but when i run my program, it crash.
I use qtcreator, i don’t know if i can have the program working without .h and .lib, is it possible to get these files ? (executable providen with the dll work)
Thanks.