This means you didn't write a main function for your exe. The cvistart.lib is checking your code for a main function and you didn't provide one. You can't just build an instrument driver into a EXE. It is just a library of functions. You have to write an application to USE the instrument driver.
In ANSI C, you must have a main function for your application to know what to run when the EXE starts. See any of the examples in cvi\samples\ to see main function examples.
Best Regards,
Chris Matthews
Measurement Studio Support Manager