LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

"Server Busy" error when I call CVI_AppBuildProject() from VC.

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.
0 Kudos
Message 1 of 2
(2,858 Views)
Lily,

Have you tried using the CVI_AppSetWarningBoxes function to turn off warnings? This might eliminate that warning you are seeing.

Regards,
Azucena
0 Kudos
Message 2 of 2
(2,858 Views)