LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

strstr() works in debug but fails in executable

A routine I used to see if the executable is running on the C drive of the PC on on a network drive as follows:
 
GetProjectDir (currentFolder);
 if (strstr (currectFolder, "c:\\")
 {
 
 
0 Kudos
Message 1 of 1
(2,737 Views)