LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get past the cvistart.lib error message?

Hi, I know you wrote another answer to the problem, but I'm really new to the program, and I don't know what to do. I was just trying to make a couple linked panels, and this was coming up.......
0 Kudos
Message 1 of 2
(2,610 Views)
Srav,

The first thing that I would check is that you have a main function, this is something like this:
"
int main(int argc, char*argv[])
{
//Your code here

}
"

CVI will look for this function as a start point for you application. I've seen this same error when there is no main function. I may be totaly off track here, so let me know if this helps.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,610 Views)