I'm trying to call a dll that generated by CVI
CVI use LoadLibrary to call another dll compiled by C.
==================
point = LoadLibrary("MXIO.dll");
==================
While I call the dll in labview, always popup a window that show "point null " and labview break down.
If I use CVI call the dll, no error showed and running ok.
many thanks your help.