LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to automatically set up the "Start in" property of the application icon when using the distribution kit CVI 6.0?

By default, the "Start in" property of the application icon created by the installation kit of Labwindows CVI 6.0 is a dot.
I need to set it up either to a specified folder or to the application folder.
How can I do that?
0 Kudos
Message 1 of 2
(2,646 Views)

Hi.

 

You may find some useful information here.

 

This is how I worked around this bug:

 

char ProgramFolder[MAX_PATHNAME_LEN];

... 

// Set the working directory to the location of the executable

GetProjectDir (ProgramFolder);

SetDir (ProgramFolder);

 

Good luck,

Colin.

 

0 Kudos
Message 2 of 2
(2,634 Views)