-
实现方法: 用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
-
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)...
这是一个很令人吃惊的代码,它使用罗技的摄像头来监视某一个方位,当有人出现时系统会自动识别。(需要罗技摄像头SDK2.0版的DLL)-This a very alarming code, which uses Logitech"s surveillance camera heads a position, when someone will emerge automatic identification system. (Need webcams SDK2.0 version of the DLL)
- 2022-02-05 13:55:54下载
- 积分:1
-
a book about network algorithmics, which shows how to design network in an indus...
a book about network algorithmics, which shows how to design network in an industury way
- 2022-12-22 02:45:03下载
- 积分:1
-
有一个真空吸尘器代理,在10×10大地图,外侧壁(所以实际…
有一个吸尘器代理,在10*10的大地图上,外墙都是(所以实际上是8*8),一个吸尘器只在开会的时候,左下右下,闲着,烟尘滚滚。请至少把功率和污垢的程度降到最低,让吸尘器在2000年一步一步地完成。
- 2022-09-14 13:35:03下载
- 积分:1
-
注册页面
webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面webjsp注册页面
- 2022-03-16 12:52:21下载
- 积分:1
-
一款功能齐全的事务提醒,时钟软件。其中包括对窗口特效的处理、对INI文件的操作等...
一款功能齐全的事务提醒,时钟软件。其中包括对窗口特效的处理、对INI文件的操作等-a feature Affairs reminded that the clock software. Including the effects of the treatment window to the INI file operation
- 2022-03-22 15:20:44下载
- 积分:1
-
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的...
Windows动态链接库是一种很重要的资源,如何运用动态库也是VC程序员爱好者追求的-Windows dynamic link library is a very important resource, how to use the dynamic library is also pursued by VC programmers lovers
- 2022-03-11 10:34:42下载
- 积分:1
-
实现注册表项的导入与导出
实现注册表项的导入与导出-achieve registry import and export
- 2022-10-26 12:55:03下载
- 积分:1
-
上课时编的 基于对话框的简单计算器程序
完成实数的 加减乘除 四则运算
代码简单 初学者参考...
上课时编的 基于对话框的简单计算器程序
完成实数的 加减乘除 四则运算
代码简单 初学者参考-this is a simple calculator,using vc++
- 2022-01-26 05:56:14下载
- 积分:1
-
可以按指数大小创建两个多项式并实现多项式相加然后输出
可以按指数大小创建两个多项式并实现多项式相加然后输出-Index size can create two polynomials and then realize the sum of the output polynomial
- 2022-02-06 15:10:28下载
- 积分:1