搜索资源列表
一步一步实现MFC扩展DLL中导出类和对话框
- 如果要编写模块化的软件,就要对对动态链接库(DLL)有一定的了解,本人这段时间在修改以前的软件时,决定把重复用的类和对话框做到DLL中,下面就从一个简单的例子讲起,如何实现MFC扩展DLL中导出类和对话框。-If you want to make you software module, you should make sense of DLL. Modifying my previous software these days, I decide to make the classes and
MakeTwoBarCode
- 教你如何制作PDF417、QRCode二维条码,如何进行图像压缩,提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例-show you how to make pdf417,ORCode 2d bar code,how to compress image,provid free dll, it has print and copy setting sample,it is necessary for you to make and apply 2d bar code.
data_write_down
- This a full 3-tier dababase application which includes a activex dll project(business objects) and a standard exe(UI). Besides all the database techniques it demonstrates, it also shows how to make MSHFlexgrid a editable grid(with combobox, checkbox,
sMakkeTwoBarrh
- 教你怎样制作PDF417、QRCode二维条码,怎样进行图像压缩,提提供免费的DLL,有打印复制设置样本,是你制作与应用二维条码的必备案例 -Teach you how to make PDF417, QRCode barcode, how to image compression, provided at the free DLL print copy set samples, the essential case of the production and application of
usedll
- 教你如何使建立一个DLL并使用这个DLL。原代码已调试通过。-Teach you how to make the creation of a DLL and use this DLL. Debugging the original code has been adopted.
makedll
- a few articles about how to make dll using VC
DlgDll
- introduce how to make dll using VC which includes dialog.
jnicppdll
- 通过java jni 调用 vc 写的 dll的 一个实例。附带了 描述如何 使 代码工作的 文字描述。-Java jni call vc by written dll' s an example. With a descr iption of how to make the code work, the text descr iption.
Win32APIandPB
- 1. 如何使PB窗口总在最上层 通过SetWindowPos函数吧窗口的显示层次修改为HWND_TOPMOST,就可以使指定窗 口永远不会被其他窗口覆盖,该函数声明为: Function Long SetWindowPos(Long hwnd, Long ord, Long x, Long y, Long dx, Long dy, Long uflag) Library “user32.dll” 参数1为要顶层显示的窗口句柄,参数2指定显示的层次,参数7为附加选项,其余
SetupDLL
- Windows Mobile 中如何制作Setup D-Windows Mobile How to make Setup DLL
Capture_vc
- AVerMedia EZCapture Software Development Kit (DLL Version) We give one VC++ sample code to show how to use our SDK tool. This sample code contains code for Win2000 and Win98. Notice 1: After you compile our sample code,you need to p
sun
- 用简单的例子说明了一个dll文件如何制作。-With a simple example illustrates how to make a dll file.
CallingVCDLLfromVB
- This function demonstrates how to call a DLL compiled in VC++ in VB. In this example, it provides both VC++ source code to make DLL and VB code to call function inside.
PlatformBuilder
- 本文总结了Platform Builder如下常见编译错误及其解决方案: 1、Ram start overlaps rom binary 2、Failed to initialize from CECONFIG.H. 3、Bootloader 引导OS 到SDRAM 后无法执行,提示“Dabort exception!!!”(数据中止异常) 4、Could not find file E:\WINCE500\PBWorkspaces\study_catalog\RelDirsmd
unix_oracle
- UNIX下ORACLE数据库读、写、删、更新等基本操作,还有如何制作UNIX环境下ORACLE动态库,如何调用动态库等功能。-ORACLE under UNIX database to read, write, delete, updating the basic operations, as well how to make dynamic library ORACLE UNIX environment, how to call DLL functions.
Create_a_D1550032252003
- This sample project demonstrates how to do two things. First, it shows how to make a DLL. Second, it shows how to load and use a DLL during run-time in your application. Why would you want to do this? Well, you can add programmatic functionality
DLL-MAKE
- 工程为怎样创建mfc动态链接库,怎样导出并且提供给其他应用程序调用-How to create a mfc project as dynamic link library, how to export to other applications and provides call
Controlli
- how to make gui whit vb6 programming, whitout api or d-how to make gui whit vb6 programming, whitout api or dll
How-to-make-a-dll-with-VCPP
- 文章详细介绍了如何使用VC++编写一个DLL程序,包括普通DLL、MFC DLL和扩展DLL 三种类型;-The article describes in detail how to use VC++ to write a DLL procedure, including ordinary DLL, MFC DLL and extension DLL three types
example
- 一个关于DLL如制作的例程,适合初学者学习-a code about how to make DLL, which is suitable for beginner