I purchased the VM140. Looks nice. Trying to use it I made a very simple C++ program (like hello world) and added #include <K8061.h>. The compiler (DEV C++) makes a long error list (apparently originating the K8061.h) all like: expected constructor, destructor, or type conversion before “;” token. What’s wrong?
Have you downloaded and checked the C/C++ code examples in the Vistapack?
Maybe you have to use the K8061_C.h and K8061_C.DLL from there.
velleman.eu/distributor/supp … 8061&type=
Please note: When using the programs and DLLs of the Vistapack you have to install the driver included to this package.
What line is the error referring to? Is that the exact error message? Where’s your source code? We can’t just start guessing what the problem is, try finding out what the compiler is trying to tell you. The first error is probably the most meaningful error since the others are probably the same / caused by the first one.