Search found 2 matches

by DrNoOne
Wed Apr 23, 2014 8:42 am
Forum: BioSemi all other topics
Topic: Building LabView_DLL from source
Replies: 3
Views: 13446

Re: Building LabView_DLL from source

Thank you pmac for such extensive reply! I afraid, your solution would not work. The constants/defines IOCTL_BUFFER_POINTER (0x00222002?) and IOCTL_USB_WRITE (0x00222006?) are still missing, but they are needed in READ_POINTER() and USB_WRITE() routines. I believe, the IOCTL_* constants are defined ...
by DrNoOne
Sat Apr 19, 2014 5:32 am
Forum: BioSemi all other topics
Topic: Building LabView_DLL from source
Replies: 3
Views: 13446

Building LabView_DLL from source

In the Labview_DLL_SyncTest example there is a source code of LabView_DLL library (LabView_DLL.cpp). Besides the standard and provided in the same example headers (labview_dll.h and bsif.h), LabView_DLL.cpp also depends on a header ioctls.h, which is not included in the example. Is it possible to ge...