ccd_ui_start
Never ccd_ui_start();
Hands over program control to the event dispatch loop, which drives event reception. Note: This function needs be called at the end of the program, it never returns until the windowed project ends, there should be no code after the function.
函数 (属于 CDEnvC拓展 / ccdui.h)
ccd_ui_start
Never ccd_ui_start();
将程序控制权移交给事件分发循环,从而驱动事件接收。注意:此函数需要且必须在程序末尾调用,它在窗口项目结束前永不返回,函数后边不应该有代码。