搜索资源列表
Cabinet_C___Project
- Cabinet File (*.CAB) Compression and Extraction-Introduction With this project, C++ and .NET programmers get a very versatile library for compression and extraction of Microsoft CAB files. .NET 1.1 does not offer compression functionality. .NE
REGISTRYwithUNICODE
- 在《COM技术内幕》一书的原码里面,有两个组件注册函数,但是经过我的运用,原来的代码不支持UNICODE,于是我将其用C++类封装,并替换相关的字符串函数,在VC6.0 DEBUG环境下可以编译通过,但Relese版本仍有问题-In the " COM technology inside," a source inside the book, there are two components of registration functions, but after I use
netClass(uesfull_for_COM)(vc6.0)
- 嵌套类内存布局深入分析,学了COM后觉得理解嵌套类很重要,因此做了一个例子程序。本程序时用VC6.0写的并编译通过-Nested class memory layout in-depth analysis, learning of the COM, I felt very important to understand the nested class, so make an example program. The program, written and compiled using VC6
XYSoapClientApp
- 我的COM组件依赖于从Microsoft SOAP工具包3.0(您也可以选择使用SOAP工具包2.0)的SoapClient对象。 SoapClient对象本身是很简单的,但使用它在C + +程序可能会非常棘手,因为它“绑定”在运行时的Web服务。我公司开发的COM组件是包含在XYSoapClient.dll,它使用SoapClient的内部,但更加灵活和强大,并且可以使用C + +程序很容易。你甚至可以在C程序中使用它。最好的部分是,你并不需要生成并编译一个代理类,每次你想使用一个不同的Web
