10-19-2005 12:38 PM
If you know C or Visual Basic, and the card shipped with code examples, I have found the most useful thing I can do when programming using a dll is to have the sample code open in another window. The sample code provided with a card will show the correct initialization procedure and calls you have to make. A word of caution: not all dlls are LabVIEW friendly, so you may want to read up on using dlls in the LabVIEW documentation as well as here in the discussion forums. One thing that can get very involved is a dll that has a structure to be passed in that contains an array.
Good luck!
10-19-2005 12:46 PM
10-19-2005 12:59 PM
10-20-2005 01:37 PM
10-20-2005 01:57 PM
10-21-2005 12:28 PM