01-29-2008 09:58 AM
01-29-2008 10:11 AM - edited 01-29-2008 10:15 AM
Hi Thomas,
in your application all vi´s lie side by side. So the path you get from "currentvispath" is:
directory\yourapplication.exe\actual.vi
To see it better you can simply add an indicator to the currentvispathvi and show it in your application.
Mike
01-30-2008 12:01 AM
Hi Mike
Yes, I know. As I wrote all the paths are correct, otherwise I would get an error when opening the vi-reference (Err 7 - file not found). I am wondering why I can read the description property but don't get any text.
As mentioned in my first post all works correctly if I let the program run in development mode. If I run the exe I don't get anything.
Thomas
01-30-2008 12:54 AM
01-30-2008 02:54 AM
Hi Thomas,
I know that this is just the opposite side of your problem, but you can ve a look over here for more details, I think...
http://forums.ni.com/ni/board/message?board.id=170&message.id=180194&requireLogin=False
Sorry, if it is totally out of context.
01-30-2008 03:11 AM
That's exactly what I've been looking for..
As usual - if you don't use something for a long time, you forget it.
Anyway - thanks Bill. You helped me a lot.