Hello community,
I am new to Labwindows (using version 6.0.0).
I am trying to run an inherited project which is configured to debug setting, but the project will not successfully build.
The project has 5 files: 2 .h files, 1 .uir file, 1 .c, and 1 .fp.
When I try to run the .exe, the BUILD ERRORS window opens with the message:
Project link error.
Undefined symbol '_main' referenced in "c:\program files\national instruments\measurementstudio\cvi\bin\cvistart.lib"
I've checked the help files, online forums, and google, but can't find an answer to the solution.
Where and how do I start the debug process for this error?
Is there an editor where I can view the contents of cvistart.lib?
Is this particular error due to the "_" preceding main? I'm thinking more than likely it is something with my code. I have successfully run some of the included CVI sample projects, but others have given me errors.
Any help out there?
Thanks.
LT2005