LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI - few questions from beginner

Colleagues,
 
Just playing with CVI a little bit and there are my questions:
 
 
Q 1. Is it possible to add and compile file with extension other than *.c? For example, I would like to add to project *.cu files, but they must be compiled as *.c files:
 
 
 
Q 2. Is it possible to set different compilers for individual files in the project? I have found only option for individual projects, but not files:
 
 
 
Q 3. Is it possible to add my own configurations in additional to "Debug" and "Release". For example "Debug-Emu", "Release-Emu" etc.?:
 
 
I'm sorry about such "beginner" questions...
It seems to be right answer "No" for all three questions above , but may be someone can give me some ideas for "workaround"...
 
thanks in advance...
 
Andrey.
 
0 Kudos
Message 1 of 3
(3,201 Views)
Hello Andrey,

CVI is just an ANSI C developement system. You can't compile other files than .c.
You only can use custom settings for projects not for files but you can have multiple projects in one workspace.
Its not possible to add your own build configurations you just can have debug and release.

Regards
DianaS
0 Kudos
Message 2 of 3
(3,135 Views)
Hi Andrey,

Feel free to always submit product suggestions to us so we know what type of features you are wanting.

Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 3 of 3
(3,120 Views)