11-17-2009 03:51 PM
Solved! Go to Solution.
11-18-2009 07:10 AM
11-18-2009 09:11 AM
11-18-2009 09:53 AM
11-18-2009 03:38 PM
I found the solution on the following thread.
http://forums.ni.com/ni/board/message?board.id=180&message.id=36951&query.id=314335#M36951
11-21-2009 01:20 AM
Siexto wrote:
...
My first attempt was to make an EXE of the vi and call it from CVI. This worked fine, but I then wanted the calling program to pass in a directory for a data logging file. I then went to making the DLL in order to do this.
Hi, you could use the EXE version and still pass parameters to it.
In CVI, any parameters you type following the executable name appear in main function in the argument vector (argv parameter).
I'm sure there is a corresponding functionality in LV for this.