I need to access LabWindows API and/or functions written in labwindows from Python.
My approach so far I have been able to do so in Visual studio using SWIG to some extent, but my dll creation fails when i try to generate it in Labwindows using the source file and the SWIG generated wrapper file.
These links are essentially pointing to the same answer. Hope it is helpful...
http://decibel.ni.com/content/docs/DOC-1494
NI CVI with Python