10-20-2013 08:15 PM - edited 10-20-2013 08:22 PM
LabWindows / CVI: how to change the output executable file name
For example, I have an A project a.prj, I do not want to compile the output file is a.exe, but b.exe.
I will try to save as a.prj b.prj, a.cws save as b.cws
eg:a.prj ---->(output)--->b.exe
Solved! Go to Solution.
10-20-2013 11:33 PM
You can go to Build >> Target Settings menu item, select Release (or Release 64) in the Configuration filed and set the name of the executable to create in Application FIle field, withouyt need to change the prj or cws filename.
See the complete description of available options here.
10-22-2013 03:03 AM
Thank you for your help, that's my first time to learn CVI,found that it's so excellent!