I would like to know, if the delivered DLL which comes with the USB EXPERIMENT INTERFACE BOARD is compatible and usable within Visual Studio and Windows CE 6.0 ?
We would like to write an application that uses the vellemann DLL for the USB EXPERIMENT Board, but this application should run under Windows CE 6.0 R2.
The K8055 is a USB HID class devices.
If the operating system has HID (Human Interface Device) class device driver included, then it maybe also supports the K8055.
If you can use standard USB mouse, USB keyboard etc. with the Windows CE 6.0 R2, then it may also work with the K8055.
Sure you can use standard mouse and keyboard in Windows CE.
But the question is, if the DLL used in Visual Studio can run on Windows CE.
In the manual nothing is mentioned about Windows CE - and vellemann itself redirected the question to this forum
The DLL is a standard Windows DLL.
It is using functions from the following libraries:
GDI32.DLL
KERNEL32.DLL
OLE32.DLL
OLEAUT32.DLL
USER32.DLL
SETUPAPI.DLL
HID.DLL
Are these libraries included to the CE and are they Windows compatible - maybe this is the problem?