03-01-2007 01:31 AM
When we use the CVI6.0 we don't have any problem to access the DLL and get the parameter, however, when we use the CVI7.1, every time when I call the DLL function, it will have following run-time error.
And the parameters inside will be crashed and cannot passed to main program successfully.
At first, we tried to use the CVI7.1 to generate the DLL again and use the CVI7.1 to run the test, however, the same thing happened again.
Here's some files attached and hope to get your answer?
How to solve such kind of problem.?
DLL Source files:
exportDLL_testtemp.h
tempDLL.C
Test the DLL files:
Test_exportDLL.c
Regards,
Mike Cheong
03-01-2007 11:32 AM