Hello there
Am trying to call some third party DLLs from Labview. Whenever I make a VI and try to run it its either crashes windows or labview. Here are some sample function prototype am using. Anybody can tell me how to make it work succesfully? Shud I set it for "Run in UI Thread" or re-entrant? Should the calling conventions be C type? What should I set for ByVal parameter type? String? Am new to labview and I need some help. Again I am using an evaluation version of 6.0i. Will it work for labview 4? How can I call a 16 bit dll in labview? Ooops too many questions.. Sorry but i need some help!!!!!!
Declare Function cbErrHandling% Lib "XXX.dll" (ByVal ErrReporting%, ByVal ErrHandling%)
Declare Sub YYYY Lib "XXX.dll" (ByVal Device%, ByVal bo
ardname$)