08-05-2010 11:18 AM
Can I call in different subroutines (such as methods in Java) in a main program and run it from there in Labwindows, instead of having one program with main and other codes? Whenever I call in a void program in a main its giving me error saying unknown variable of the name of my program I called in. Therefore I need a way to make subprograms that can be called in a different program alltogether. Thanks.
08-05-2010 11:39 AM
CVI is a regular C compiler, hence all executable code is contained within functions, see here