I use CVI 5.0 as ActiveX Automation Server in my VC++ 6.0 project.
When I call CVI_AppBuildProject() in VC to build my CVI project,before completion,it will pop up a warning message "Server Busy":
"This action cannot be completed because the "LabWindows/CVI" program is not responding.Click the appropriate button on the task bar to activate the program and correct the problem."
My CVI project includes about 30 *.c files.It takes a long time to build.Is this the reason of "Server Busy"?
The error doesn't affect the running of my program at all.But I don't know why it occurs,what does it mean,and how to make it disappear.
When the *.c file number is reduced to less than 20,everything is OK,no more warning mess
age.