搜索资源列表
在COM中使用数组_code
- COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 -use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.
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
FlashDlg
- VC 与 flash AS3.0交互 上面的代码:VC与 AS3.0 通信。 通过VC发送字符串给flash,flash能够收到并显示出来。 flash给VC对话框发送,字符串,VC也能收到并显示出来。 但是 flash在对话框中显示时有问题: AS中的root 绘制的图形能够显示出来,但是root的子项Face绘制的图形确不能显示出来,为啥呢?-VC and flash AS3.0