ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

function tree with multiple source files

Hi, 
i have a large project in LabWindows, with many header and source files and i'd like to create a function tree for the whole project. I reckon that i have to merge all headers into one header file to do this, but is there any possibility that there can be multiple source files? Or can someone give me a tip how to do this? Merge all source files into one? I've searched this forum and found this http://forums.ni.com/ni/board/message?board.id=180&message.id=2895&query.id=66148#M2895 but it's old, so maybe something changed?

Thanks in advance,
mike 

0 Kudos
Message 1 of 2
(3,566 Views)

Hi Mike,

 

No, this still has not changed. There has to be a single program file for a function panel. That program file can be a .c file, an .obj file, but it can also be a .lib. This .lib can be a static library or it can be an import library for a DLL. So, you could collect all your .c files into a project which you can then build as a static library (which would not require any additional runtime component) or a dll (which would require a runtime component).

 

Luis

0 Kudos
Message 2 of 2
(3,509 Views)