Hello,
I am trying to write a simple, no frills driver (as a DLL to be used in LVRT) for a generic Analog I/O board (PC/104 based, so it's an ISA bus). But when I select "LabView RT" or "Instrument Driver" as a target for my DLL, functions like outp() and outpw() produce link errors. Is there a simple and quick way to access I/O ports in this environment?
Thank you.