-
实现方法: 用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
-
这是c++的经典例题,一共一百个,大家共同学习共同进步
这是c++的经典例题,一共一百个,大家共同学习共同进步-classical c++ programs
- 2022-01-21 04:21:59下载
- 积分:1
-
eight Queen's problems can have multiple solutions, which again find chessbo...
八皇后问题可以有多种解法,再次通过找寻棋盘上各个棋子之间的斜率来解决-eight Queen"s problems can have multiple solutions, which again find chessboard through various pieces of the slope to solve
- 2022-01-26 03:29:08下载
- 积分:1
-
String with integer, integer and string conversion between
字符串与整数,整数与字符串之间的相互转换-String with integer, integer and string conversion between
- 2023-03-09 23:10:03下载
- 积分:1
-
VC编写的EAD程序,实现了基本电子元件的绘制及视图的缩放功能...
VC编写的EAD程序,实现了基本电子元件的绘制及视图的缩放功能-VC prepared by the EAD process, achieve the basic electronic components and the mapping View zoom function
- 2022-03-23 08:49:57下载
- 积分:1
-
Great book from G.Satter
Great book from G.Satter - Solving new complex tasks on C++.-Great book from G.Satter- Solving new complex tasks on C++.
- 2022-02-20 08:43:10下载
- 积分:1
-
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形...
零件切割问题
给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。问如何切割使得所使用的矩形板的高度h最小?回溯-Parts mutilation given width W of a rectangular plate, rectangular plate of height restrictions. Is the need to cut out from the board, respectively, n-height hi, a width of the rectangular parts wi. Parts of the rules of cutting height direction and the direction of rectangular plates with a high degree of consistency. Asked how to make the use of cutting rectangular plate height h the smallest? Back
- 2023-03-01 07:20:02下载
- 积分:1
-
在VB中实现访问WINDOWS INI 文件的源代码
在VB中实现访问WINDOWS INI 文件的源代码-in VB achieve visit Windows INI file source code
- 2023-06-28 14:15:03下载
- 积分:1
-
本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用...
本软件实现了示波器,信号发生器,频率计,万用表的功能,在音频范围内可完全替代上述仪器。这并不是仿真软件,而是实用的工具,这些虚拟仪器可以很好的工作。最简单的应用只需要两根电缆,一根输入,一根输出。-of the software oscilloscope, signal generator, frequency meter, multimeter functions, within the audio can entirely replace this equipment. This is not a simulation software, but a useful tool for these virtual machines can be good work. Most simple applications need only two cables, one input and one output.
- 2023-09-05 08:40:03下载
- 积分:1
-
on small procedures. Hope you need to see the total not harm.
关于C的小程序。,希望大家有需要,看看总没坏处的-on small procedures. Hope you need to see the total not harm.
- 2022-02-25 04:51:50下载
- 积分:1