11-03-2009 02:51 AM
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
11-03-2009 01:02 PM
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.