#include #include #include /* Needed if linking in external compiler; harmless otherwise */ #include #include "ef11pr.h" #include "ef11prui.h" int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { int ef11pr_ID; if (InitCVIRTE(hInstance, 0, 0) == 0) /* Needed if linking in external compiler; harmless otherwise */ return -1; /* out of memory */ ef11pr_init(3, 1, &ef11pr_ID); ef11prui_init(ef11pr_ID); RunUserInterface(); return 0; }