Chris Cartwright Posted March 3, 2006 Report Posted March 3, 2006 Hi all, I've got a DLL which I need to call from Labview, which contains a C struct which contains a pointer to an array of another C struct. Is there any way in Labview that I can do this without writing a wrapper DLL over the top to simplify the structures into 2 seperate ones? What seems to be happening is that in the data in "pInput.ConfigPtr[0].Parameter" seems to contain a pointer or labviews own handle, instead of dereferencing it, which is really what I'd expect it to do anyway. Here's the exported DLL function and the C struct definitions for your perusal... extern Quote
Mike Ashe Posted March 6, 2006 Report Posted March 6, 2006 You might want to contact Viewpoint in Rochester, NY and talk/email with Stu McFarlane. http://www.viewpointusa.com/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.