Hello everyone, I'm trying to access a Windows DLL called nidaqmx.dll. The function is: int32 DAQmxCreateTask (const char taskName[], TaskHandle *taskHandle); I thought that maybe I need to use ruby-win32ext but, I am not sure how. I would greatly appreciate any input! Thank you, Todd