02-09-2009 01:22 PM
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
Solved! Go to Solution.
02-10-2009 01:03 AM - edited 02-10-2009 01:04 AM
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=
02-10-2009 11:32 AM
02-10-2009 11:53 AM
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
02-11-2009 02:31 AM