12-19-2011 11:13 AM
Hello,
I attempting to create a dll that I can call with LabView using the “Call Library Function” primitive. I created a “scope vi” that allows me to read back the waveform at any given time. If I run it as a vi it works fine. Once I use the Application Builder to create a dll form this vi, the “Call Library Function” does not report an error, it just runs and returns with no errors. I put a dialog box in the beginning of the vi to validate the code is being executed. It did not pop up, once I removed all the ni scope vis the dialog box pops up. I do not have a clue as to how approach debugging this. Any help would be much appreciated!
Thanks,
Rich
12-20-2011 07:37 AM
Nevermind