03-13-2009 11:22 AM
LabVIEW Gurus
I have created a dll in LabVIEW 8.5. I want to test the dll using a simple VI. In the call library node, I am not seeing the prototype of the function in the dll eventhough I have the .lib and .h file located in the same folder as the dll I am trying to test.
Please help!
Thx
Abdulla
03-16-2009 06:18 PM
Abdulla,
Sounds like you are not building the dll correctly. Check this DevZone and make sure you are following all the stepper creating a DLL from a VI in the example finder, once you can verify that that works you will be able to troubleshoot your particular VI.
Can you give me more information about what your program does, what toolkits it uses.
Hunter