May I programme in VC++ to call the menu command(such as File Open,Add Files To Project,Create Dynamic Link Library,etc) of CVI 5.0?
My situation is:(The development tool is VC++6.0, CVI will only appear as a DLL generator in my project.)I want to load cvi.exe only once,but will use it to open project files several times.(I've tried to call system("c:\\cvi\\cvi.exe filename.c"),but each time I open a file,the cvi was reloaded. )And later,I'll control it to generate DLLs.All above must be controlled by programming in VC.