Hi All,
I am attempting to write the API calls and interface software to access the USB port via a dll. Attempts to use some of the API calls in PBdll has caused various problems with the compiler reporting 'Variable expected' and 'Previously defined variable' etc. For instance, it seems that the word 'Handle' is a keyword in PBdll, but is also used in several API calls, hence the 'Variable expected' report. Also, some of the Function declarations are normally defined as 'Boolean', which is not available as such (I have tried 'As long' for now).
Has anyone managed to write a HID interface in PBdll 6.0, or have any advice please?
Many thanks!
Terry
I am attempting to write the API calls and interface software to access the USB port via a dll. Attempts to use some of the API calls in PBdll has caused various problems with the compiler reporting 'Variable expected' and 'Previously defined variable' etc. For instance, it seems that the word 'Handle' is a keyword in PBdll, but is also used in several API calls, hence the 'Variable expected' report. Also, some of the Function declarations are normally defined as 'Boolean', which is not available as such (I have tried 'As long' for now).
Has anyone managed to write a HID interface in PBdll 6.0, or have any advice please?
Many thanks!
Terry
Comment