I'm looking for some pointers (no pun intended!) on how to write a CVI
executable that support arguments from the command line and
support parameters passing from LabVIEW. I believe I can handle
the LabVIEW side of calling the DLL but I'm at a loss to get started
with the command line and DLL entry-points in the CVI code.
An example to look at would be the TestStand CVI OI application. Look at the OldStyle Version, in main.c file is a function 'ProcessPreLoginCmdlineArgs()'.