The CVI Runtime engine must be loaded. To do this you need to include
the following function call at the beginning of your program:
InitCVIRTE (hInstance, 0, 0)
>
> I am using Borland C++ 4.52 compile to compile a sample code of
> LabWindows/CVI 5.5 (i.e. sample 5.5). It was compiled and liked, and a
> exe file was created. However, when I run the excutable file, nothing
> happend. the code started, then stoped, no any error or message. Could
> you let me know why?