#include #include /* Needed if linking in external compiler; harmless otherwise */ #include #include "PSD1d.h" #include "PSD1dui.h" int __stdcall WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) { if (InitCVIRTE(hInstance, 0, 0) == 0) /* Needed if linking in external compiler; harmless otherwise */ return -1; /* out of memory */ psd1d_init(); psd1dui_init(); RunUserInterface(); return 0; }