-
Win32光盘烧录
资源描述使用Win32的API实现光盘的擦除、烧录,并封装成独立的DLL接口
- 2022-09-29 09:05:03下载
- 积分:1
-
I/O reference beginners to practice procedures.
I/O初学者参考,练习程序。-I/O reference beginners to practice procedures.
- 2022-01-31 06:00:42下载
- 积分:1
-
VC开发工具使用技巧源代码:keyboard_recorder_source
VC开发工具使用技巧源代码:keyboard_recorder_source-VC skills development tools use the source code : keyboard_recorder_source
- 2022-01-26 05:19:45下载
- 积分:1
-
实现方法: 用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
-
演示控制面版的应用程序
演示控制面版的应用程序-demo console applications
- 2022-07-22 23:16:17下载
- 积分:1
-
screen capture program for capture screen images and save this example is a scre...
屏幕捕获程序 用以捕获屏幕图象并保存,本实例是一个能随时抓取屏幕图象的软件-screen capture program for capture screen images and save this example is a screen that can capture images of the software
- 2023-01-15 12:25:04下载
- 积分:1
-
visual C++ 6.0高级编程技术 OPengl篇 源代码
这是visual C++ 6.0高级编程技术 OPengl篇 源代码
- 2022-10-02 19:10:03下载
- 积分:1
-
DLL in the preparation process. Static and dynamic library of distinction, and t...
动态链接库程序的编写。静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。-DLL in the preparation process. Static and dynamic library of distinction, and the procedure call link static and dynamic library distinction. How to use the tool View DLL exporting the function Depends the use of tools C compiler technology adapted to name DLL function of the output, extern "C" for the usage, use module definition files to resolve the C adaptation of the name. Typedef definitions used at the function pointer type, how to obtain 13-17 Dynamic Link function of the target.
- 2022-03-02 05:51:58下载
- 积分:1
-
encryption for public code
encryption for public code
- 2022-04-27 17:27:35下载
- 积分:1
-
枚举WINDOWS所有可用端口,包含一个模块源码与一个窗体源码
枚举WINDOWS所有可用端口,包含一个模块源码与一个窗体源码-WINDOWS enumeration of all available ports, a module that contains source code form with a source
- 2022-12-24 10:30:03下载
- 积分:1