搜索资源列表
wrapperssrc
- 使用 ManWrap 库在本机 C++ 代码中调用.NET。该程序将向你展示如何以本机方式包装框架类,以便你能不借助 /clr 而在任何 C++/MFC 应用程序中使用它们。在我们的测试案例中,将在一个DLL中包装.NET框架中的 Regex 类,并实现三个使用该包装类的 MFC 程序。你可以用 RegexWrap.dll 在自己的 C++/MFC 应用程序中添加正则表达式支持,或者用 ManWrap 工具来包装自己喜爱的框架类。-use in the C-code call.NET. The
MFC DLL的编写和调用示例
- MFC DLL的编写和调用示例-MFC DLL and call the sample preparation
dllcombination
- 实现了3个dll功能,建立非mfc的dll静态连接,显示已装载模块,显示已装载模块,运行时动态调用dll,功能全面的阿-achieved three dll function, the establishment of the non-mfc dll static link Show loadable module, Show loadable module, run-time dynamic invocation dll, full functions of the A
MFCDialogTodll
- 将MFC对话框封装成一个DLL库,可供其他应用程序随便调用。
DLL输出对话框类的例子
- 此代码示范了如何将对话框封装到MFC DLL,然后可由VC,VB/VB.NET调用。压缩包中有两个例子: 1、dlldemo 示范了从VC中调用; 2、vbnetdllcall 示范了从VB.NET调用的例子;-this code will be demonstrations of how to MFC dialog Packaging DLL, which may then be VC, VB / VB call. Compressed are two examples : one, dlld
VCskin
- vc mfc皮肤美化 调用DLL 值得参考-vc mfc skin beautification worth considering calling DLL
DLL
- 自己编写的一个关于对话框的MFC程序 有Dll的调用-I have written an MFC dialog box procedure on the call to Dll
UseDlgRegularDll
- vc 调用MFC常规DLL,显示颜色信息对话框\UseDlgRegularD-vc call an MFC regular DLL, color information display dialog \ UseDlgRegularDll
UseExtentionDll
- vc调用MFC扩展DLL,创建圆形按钮\UseExtentionDll的源码-vc call MFC extension DLL, create a radio button \ UseExtentionDll source
UseDlgRegularDll
- vc——调用MFC常规DLL,显示颜色信息对话框\UseDlgRegularDll的程序源码,值得一看!-vc- call an MFC regular DLL, color information display dialog \ UseDlgRegularDll the program source code, worth a visit!
UseExtentionDll
- vc——调用MFC扩展DLL,创建圆形按钮\UseExtentionDll的程序源码,值得一看!-vc- call MFC extension DLL, create a radio button \ UseExtentionDll the program source code, worth a visit!
dllTest7-use-CPP-amd-MFC
- 使用Visual C++和MFC实现对动态链接库的调用的一个小实例。可是通过这个例子对dll有个很好地了解。-Use Visual C++ and MFC calls for dynamic link library, a small example. But by this example of the dll has a good understanding.
bitshowex
- MFC扩展dll建立的位操作模型.可以直接在SDI/MDI/Dialog中调用进行32bit的数据的位操作演示-MFC extended dll for bit show .Can use in SDI/MDI/Dialog project to show how to deal with bit control.
Fund9-dongtailianjie
- 动态链接库 目的:了解MFC 支持的三种动态链接库:Win32DLL,MFC 常规DLL, MFC扩展库。掌握封装DLL的基本方法。 步骤: 新建三个不同的DLL工程; 分别封装一些类和函数; 新建一个测试工程对上述库里的函数或类进行调用; 封装一个对话框类到DLL,并新建一个工程调用之。 -The purpose of the dynamic link library: Understanding MFC' s support for the three dy
MFC-Call-dll
- 关于VC++调用DLL文件的程序代码,VC++6.0的对话框中调用DLL中的函数。-VC++ code to call the DLL file, VC++ 6.0 dialog box, call a DLL function.
MyDLL
- 使用VS2013编写的一个dll文件和调用的exe文件-DLL AND EXE USING MFC