I thought I would dust off this thread, and see if anyone can help me get this class compiled and working with Mac OS X. I am not entirely sure where to start, so here is what I have tried:
I downloaded and installed the Mono framework (1.2.6.6). Not knowing what to try next, I tried moving the ICSharpCode.USBlib.dll from the Linux folder to the setControls folder. Then I tried "mono setControls.exe". It replied that it could not open the assembly setControl.exe. Assuming that something would need to be recompiled using Mono, I (unsuccessfully) tried to compile the .cs files in various folders (trying to get my feet wet here, you know?). Anyway, nothing would compile using "gmcs filename.cs", citing various parse errors.
So I apologize in advance, as I am neither a programmer, nor a Unix guru. But I know enough to fake my way around.I would love to get this simple setControl.exe command-line utility working. Anyone around that can help out?