LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Import a c/c++ data structure into labview

Hi cschneider

 

Thank you for your reply.  The link you provided does not work on my end.  Would you mind checking it to verify that it works on your end?  i feel like i'm up against a wall here.  i'm dealing with a DLL that was written by Koreans and the documentation translation is pathetic.  The data structure that I pass to a function within the DLL as a pointer for it to write to contains 50+ array elements.  it contains all the setup information for this device I'm trying to control.  All I need to do is flip one bit in my program, but I can't just do that because that would be too easy.  *Sigh*

 

 

-nickerbocker

0 Kudos
Message 11 of 13
(1,954 Views)

Sorry, there was something wrong with the linking...hope this new link works:

 

http://www.ni.com/pdf/manuals/370109b.pdf

 

Greetings

 

Christian


THINK G!! 😉
------------------------------------------------------------------------------------------------
Using LabView 2010 and 2011 on Mac and Win
Programming in Microsoft Visual C++ (Win), XCode (Mac)
0 Kudos
Message 12 of 13
(1,940 Views)
Thanks for the link.  I've read through parts of that manual and it looks like I will have to make a wrapper DLL to interface with this overly-complicated DLL in C++.  Good thing I know C++...oh wait, no I don't.  Well, good thing there is a free version of an IDE and compiler from MS.
0 Kudos
Message 13 of 13
(1,929 Views)