Hi,
I'm trying to create a plugin for an AVermedia USB FM radio. I have attempted to create a C# dll using the steps on this website and I get it comming up in Xlobby. I however cannot access and write the data required to the HID device using windows API calls to the HID class.
I have looked on the "HID page" and other USB resources for sample code but I can't get data written to the device.
Does anyone have an example of how to do this in c#?
Alternitively does anyone know how I can use delph to give me the dll exports required to make a plugin for Xlobby? I have radio working fine in a stand alone delphi application.
I guess I can just have a button that launches the windows application however it would be nice to be able to control the radio from Xlobby.
Thanks...