CE5.4英文源码,打造自己的CE 与大家分享一下.

源代码在线查看: program.h

软件大小: 2716 K
上传用户: wwangllei
关键词: 5.4 CE 英文 源码
下载地址: 免注册下载 普通下载 VIP

相关代码

				// program.h
				namespace Program {
				  enum RunType { new_thread, new_window, same_window };
				  void stop_main(bool is_error);
				  int  call_main(int argc, char **argv,RunType how=new_thread);
				  bool run(char *cmdline,bool same_thread=false);
				  bool in_main_thread();
				  int run_int_function(int flags, int& retval);
				  void compile_function(void *e);
				  void pause_thread();
				  bool thread_is_paused();
				  void release_thread();
				}
				
				
							

相关资源