-
实现方法: 用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
-
聊天室,适合学习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
-
Text Box控件
Text Box控件-Text Box Controls
- 2022-02-05 17:52:26下载
- 积分:1
-
本软件是在ads上编译的串口实验程序,很好的,是针对lpc22xx的...
本软件是在ads上编译的串口实验程序,很好的,是针对lpc22xx的-the software is compiled in ads Serial experimental procedure, very good, against the lpc22xx
- 2022-09-26 16:00:03下载
- 积分:1
-
nroff文本格式化工具C语言源代码 ,包含nroff文本格式化工具的所有C源程序,仅供学习....
nroff文本格式化工具C语言源代码 ,包含nroff文本格式化工具的所有C源程序,仅供学习.-nroff text formatting tool for C language source code, including text formatting tools nroff all C source code, only to learn.
- 2023-08-25 00:15:03下载
- 积分:1
-
USB是为主机软件和它的USB应用设备间的通信服务的,对客户与应用间不同的交互,USB设备对数据流有不同的要求。USB为此提供了更好的overall总线使用,它...
USB是为主机软件和它的USB应用设备间的通信服务的,对客户与应用间不同的交互,USB设备对数据流有不同的要求。USB为此提供了更好的overall总线使用,它允许各种不同的数据流相互独立地进入一个USB设备。-USB for its mainframe software and USB applications of communications services, right between the client and the application of different interactive, USB devices for data streams have different requirements. USB to provide a better overall bus use, It allows a variety of data streams independent access to a USB device.
- 2022-02-28 23:08:40下载
- 积分:1
-
我让它codevision PWM编码,看起来简单,但对我来说是困难的
i make PWM code for Codevision, it s look simple, but for me is difficult
- 2022-01-21 20:58:16下载
- 积分:1
-
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成Ado...
HR人力资源修改版.Intraweb本程序采用Delphi7的IntraWeb编写!系Hubdog原创原来使用了BetterADODataSet控件,改成AdoDataSet并注释了原来使用CodeSite的部分代码及单元Doc目录下是针对本源码的教程:IntraWeb开发指南Delphi园地2003.10.20调式通过-HRHumanResoure(ModificationEdition).InTraweb This Programme is programmed by Delphi7!The originaldesigner is Hubdog .It use BetterADODataSet (UserControl) originally,now change into AdoDataSet,and write comment to parts of CodeSite and UnitDoc index(the tutorial of this programme IntraWeb Delphi Developing Guide Zone).2003.10.20 this programme go through the debug
- 2022-02-06 03:17:25下载
- 积分:1
-
在方程组的运算中可以经常遇到多个未知数,算起来比较的麻烦,利用高斯消元法可以快速的求解....
在方程组的运算中可以经常遇到多个未知数,算起来比较的麻烦,利用高斯消元法可以快速的求解.-The algorithm can achieve the operation of Gauss Erosion.
- 2022-11-30 16:00:03下载
- 积分:1
-
在这个示例中,你将学习到如何制作网络浏览器。
在这个示例中,你将学习到如何制作网络浏览器。-in this example, you will learn how to make a web browser.
- 2022-02-26 04:43:47下载
- 积分:1