-
实现方法: 用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
-
作家为了方便写的一个小程序!
作家为了方便写的一个小程序!-writer for the convenience of writing a small program!
- 2022-07-09 23:30:17下载
- 积分:1
-
串口调试源代码软件,源程序用C++ Builder编译。
串口调试源代码软件,源程序用C++ Builder编译。-Serial debug source code software source code with C++ Builder compiler.
- 2022-07-19 04:13:15下载
- 积分:1
-
给定N个大小不等的圆c1,c2,…,cn,现要将这N个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排列中找出有最小长度的圆排列...
给定N个大小不等的圆c1,c2,…,cn,现要将这N个圆排进一个矩形框中,且要求各圆与矩形框的底边相切。圆排列问题要求从N个圆的所有排列中找出有最小长度的圆排列。-given N ranging from the size of the circle c1, c2, ..., cn, when it is 000 yen N discharged into a rectangular box, demanding the rectangular box with a round of the hemline tangent. Yuan with the problem demands from the N-round identify all with a minimum length of the round with.
- 2022-12-01 19:50:08下载
- 积分:1
-
获取其他程序窗口的内容,未完成,实用小工具
获取其他程序窗口的内容,未完成,实用小工具-Other procedures to obtain the contents of the window, unfinished, practical gadget
- 2022-12-12 10:00:03下载
- 积分:1
-
培养新学员的 C 语言的小程序
培训C语言的初学者的小程序。该项目是word格式,可复制和粘贴使用C编辑器,然后运行。
- 2022-02-26 11:38:04下载
- 积分:1
-
ofdm
ofdm在高斯信道下最基本的系统,期间加入了导频和信道的均衡,使得得到的误码性能变好。
- 2023-08-21 22:40:03下载
- 积分:1
-
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写...
本程序是对经典的旅行商问题的一种解法,是学习数据结构算法的极佳材料,c语言编写-the procedures of the classic traveling salesman problem a solution is learning algorithm data structure of excellent material, language c
- 2023-07-15 21:10:03下载
- 积分:1
-
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!...
聊天室,适合学习VC+网络编成的朋友参考, 内容清晰,可供参考!-The BBS software is useful for programmer who is learning VC+ web programming, the content is clear and could be use as reference too!
- 2022-03-13 11:39:19下载
- 积分:1
-
经典编程语言的学习教材,非常的有用,值得反复研读
经典编程语言的学习教材,非常的有用,值得反复研读-Classical programming language learning materials, very useful and worth reading again
- 2023-09-01 07:30:05下载
- 积分:1