LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I change the dll path in call library function, but path has not changed when I look at it next time.

LV 6.0.2
Windows2000
0 Kudos
Message 1 of 3
(3,093 Views)
Henry,

The dll must be in the applications path for it to re-apear ( as I found out). And you must change all CIN's otherwise it'll find
the dll. You'll also need to move the dll file into another directory ( and remove the dll from the 'data' directory if using
appbuilder).

If you need to call a dll that is located elsewhere you need to set some registry values so it can find it. This article is very
clear and concise. Sorry I couldnt find the MSDN page.
http://www.codeguru.com/Cpp/W-P/dll/article.php/c99

Hope that helps

"henry" wrote in message news:5065000000080000008BC30000-1077587809000@exchange.ni.com...
> I change the dll path in call library function, but path has not
> changed when I look at it next time.
>
> LV 6.0.2
> Windows2000
Message 2 of 3
(3,093 Views)
That fixed it, thanks
0 Kudos
Message 3 of 3
(3,093 Views)