NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Module path changed, now all my steps can't find the dll

Solved!
Go to solution

I moved the cvi dll that I wrote and now all the steps in my sequence file complain that they can't find the dll. Each one has the old file location.  Is there a way to update all of them without individual changing them?

 

 

thanks

0 Kudos
Message 1 of 5
(3,571 Views)
Solution
Accepted by topic author swja

Hi swja,

 

If that happens to me, i do in a strange way. But i think is extremly effectiv.

1.) Save your seq. as ini. format.

2.) Make a copy! Rename the PostFix to .cpp or .c 

3.) Open it with VisualStudio or CVi  (or a raw Text Tool that support Search and Replace)

4.) Search and Replace the path/name.dll over the hole file

5.) Save it

6.) Rename it to .seq

 

Thats it .

 

Greetings

 

Juergen

 

=s=i=g=n=a=t=u=r=e= Click on the Kudos button (Gold Star) and see what happens =s=i=g=n=a=t=u=r=e=

 

Message Edited by j_dodek on 02-10-2009 01:04 AM
--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
Message 2 of 5
(3,558 Views)
TestStand includes a find and replace functionality in the Edit menu.  It's probably easier to use that than to try to change the raw format of the file directly.
Josh W.
Certified TestStand Architect
Formerly blue
Message 3 of 5
(3,539 Views)

Thank YOU!!,   Both solutions work very well. 

 

Rather than converting to an ini,  I converted to a xml ( the newer supported format) using Edit-> Seq file properties. 

 

Also, it is very useful that the Edit->Find Replace does an intelligent search of the decoded binary file which means you don't have to change the file to xml format, as you said.

 

 

 Stephen

0 Kudos
Message 4 of 5
(3,533 Views)

Hi Josh,

 

Thank you for pointing us and especailly me this feature.

This makes life more easy.

 

Greetings

 

Juergen 

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 5 of 5
(3,516 Views)