-
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC E...
实现方法: 用MFC的程序向导生成一个常规DLL,在常规DLL内有一派生自CWinApp的实例,再用MFC的程序向导生成一个MFC EXE应用程序,把MFC EXE应用程序中 CAppView,CMainFrame,CAppDocument的文挡和RES目录下的资源拷贝到常规DLL项目中,添加到项目中,编译生成一DLL,在另外一个WIN32应用程序中,启动一线程,在线程函数中显式装载该DLL,取的该DLL内的当前线程, CWinThread *pThread=GetCurrentThread() pThread->Run() 就可装载启动常规DLL内应用程序框架.-method: a normal DLL file has been created with the program wizard and there is an instance generated from CWinApp in the DLL file.Create another MFC EXE appliaction and copy CAppView,CMainFram,CAppDocument and the resources in RES directory to the normal DLL and add to the projec and compile and generate a DLL. In a Win32 application, start a thread which loads the DLL with codes, get the running thread, ie.CWinThread*pThread=GetCurrentThread(), then,pThread->Run() executes the loading and start the execution of the application framework in the normal DLL file.
- 2022-07-13 07:36:52下载
- 积分:1
-
闹钟程序,大家看看啊
闹钟程序,大家看看啊-alarm procedures, we see ah
- 2022-02-15 14:40:45下载
- 积分:1
-
蝴蝶在自然界
butterfly on nature-butterfly on nature
- 2022-01-28 21:05:30下载
- 积分:1
-
CPU 电子漂移知识,图解准确,耐人寻味
CPU 电子漂移知识,图解准确,耐人寻味-CPU electronic drift of knowledge, diagrams accurate, thought-provoking
- 2022-03-04 19:14:04下载
- 积分:1
-
一个简单的c++编写的计算器
一个简单的c++编写的计算器-a simple caculator writen by c
- 2022-01-25 20:06:58下载
- 积分:1
-
csp crypt 微软pkcs11.rar
csp crypt 微软pkcs11.rar-CSP crypt Microsoft pkcs11.rar
- 2022-09-19 10:30:03下载
- 积分:1
-
VC6编写windows服务程序
VC6编写windows服务程序。
安装是用cmd命令ServiceTest /install
卸载是用cmd命令ServiceTest /uninstall
- 2022-07-14 09:52:40下载
- 积分:1
-
《Begin Visual C++ 2008》的配书源代码。该书中文版还没有翻译过来。
《Begin Visual C++ 2008》的配书源代码。该书中文版还没有翻译过来。- Begin Visual C++ 2008 book source code distribution. Chinese version of the book has not yet translated.
- 2022-08-11 07:04:50下载
- 积分:1
-
一个修改游戏参数的小程序,和金山游侠差不多.是对内存的操作的...
一个修改游戏参数的小程序,和金山游侠差不多.是对内存的操作的-a revised parameters of small game procedures, and almost Jinshan drifter. The memory of the operation
- 2022-06-15 00:00:47下载
- 积分:1
-
水质监测系统
采用美国YSI公司的YSI-600QS多参数水质探头,实时地采集显示并保存养殖水的温度,pH,电导率,盐度,ORP,溶解氧等参数,以图表,棒图,趋势图等方式进行显示。
- 2023-07-02 22:45:04下载
- 积分:1