04-16-2008 05:58 PM
Hi,
I am developing an application to control a spectrometer via an external dll(in C++). When running in development environment, it is fine.
After making an executable, the executable always gives error of call function. The problem seems in finding the external dll. Although I defined the path, the default value of the path is the location where the dll is.
To avoid the problem, every time before run the program, I need to define the path by clicking the browse button then run the program. But the default value of the path is exactly same as the actual path. I wonder why every time I have to browse the dll file. It would be grateful if somebody can give advice. Attached is my simplified application(Labview 8.2) to call external dll
Thanks.
Guang
04-17-2008 02:56 AM