07-25-2007 12:39 PM
07-26-2007 05:28 PM
Have you made sure the DLL has all require dependencies? If not, this KnowledgeBase will be a great place to start.
Cheers,
Emilie
07-31-2007 12:00 PM
08-02-2007 11:29 AM
Hi Tara,
Well, from the looks of this, it seems as though perhaps the function is not being exported properly. Rather, with the way this is declared, I would say it might be internal to the .dll. Have you reviewed the functions that are successfully imported to LabVIEW? You can look and see how those are being declared. There may be some indication in the declaration that they are being exported, while others are not.
Let me know if you find anything.
Cheers,
Emilie
04-14-2009 02:18 PM
I am working with Labview 8.6 and an Amptek spectrometer. I have quite a few of the dll fundtions working, but not the GetStatusStruct.
do you have that one working? If so, I would love to have a copy of it.
thanks,
Gretchen
04-15-2009 08:32 PM
Gretchen,
Structures can't be imported -- but you can change them to typedefs or make a fake header file and change them to typedefs and they will work fine.