LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C program calling dll made in Labview7.1

oky now i am able to pass argument but i am not able to read the return.

i used pass by pointer also .. but to no help

0 Kudos
Message 11 of 12
(608 Views)

dhiraj03416 wrote:

Thanks dear

 

Yes that's the problem i am facing,

Ok i am loading the dll's dynamically ,then also i am not getting the results.when i give the Message Box ,then its still holding.

Using dynamic loading method do i have to include any file of labview???

 

 

Thanks alot for attending to my problem.

 

 


No! But you either do not call the right function or pass wrong values, or something. Do you do any error handling at all and if so where and what errors do you get. If not then do so.

 

One extra note: There should be an importlib tool or something like that, that comes with Borland C, that can create a compatibleimport library for a DLL.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 12 of 12
(598 Views)