‎03-05-2007 09:49 AM
‎03-05-2007 10:13 AM - edited ‎03-05-2007 10:13 AM
Message Edited by pincpanter on 03-05-2007 05:14 PM
‎03-05-2007 10:19 AM
kehander wrote: ... though I understand such an access attempt is not unusual for LabVIEW projects.
It is very unusual once the programmer knows about these issues, e.g. after reading this application note
:)
‎03-05-2007 10:36 AM - edited ‎03-05-2007 10:36 AM
@pincpanter wrote:
The only possibility I can see is to open the exe file with an hex editor and change the path writing into it; this has several drawbacks, for example you may not change the length of the individual constants used to build the name, so if the path was obtained by building successively [whatever], viname.exe and settings.cfg, you are not allowed to relocate the file into a C:\ mysinglecnfgdirectory directory, for example, but you need to respect the two steps directory nesting, like in C:\myapplicat\my_vi_name\settings.cfg
Message Edited by kehander on 03-05-2007 10:36 AM
‎03-05-2007 10:44 AM
‎03-05-2007 11:01 AM