我想把一个RIDL文件转换为ACTIVEX,该怎么做?在线等待
时间:2011-10-17
来源:互联网
是VBScript里的一个文件,我想把它转换为ACTIVEX文件,好供我DELPHI引用,怎么做,我刚才用D7可以打开文件,如下所示:
Delphi(Pascal) code
等待大家的帮助
Delphi(Pascal) code
// ************************************************************************ // // WARNING // ------- // This file is generated by the Type Library importer or Type Libary Editor. // Barring syntax errors, the Editor will parse modifications made to the file. // However, when applying changes via the Editor this file will be regenerated // and comments or formatting changes will be lost. // ************************************************************************ // // File generated on 20.07.2011 12:18:12 (- $Rev: 12980 $, 8484987). [ uuid(A357E802-BA6C-479E-A400-0270ED8A26B9), version(1.7), helpstring("3dtv.at Stereoscopic Player Automation") ] library StereoPlayer { importlib("stdole2.tlb"); interface IAutomation; coclass Automation; [ uuid(44C1616D-FBE8-415D-869C-6D113C780C7F), version(1.3) ] enum PlaybackState { PlaybackState_Play = 0, PlaybackState_Pause = 1, PlaybackState_Stop = 2, PlaybackState_FastForward = 3, PlaybackState_FastBackward = 4 }; [ uuid(9D79E9CE-E2EC-423D-846C-17B887E6CD3E), version(1.3) ] enum AudioMode { AudioMode_NoAudio = 0, AudioMode_SeparateFile = 1, AudioMode_LeftFile = 2, AudioMode_RightFile = 3 }; [ uuid(36F2BF51-D29E-498C-AFEA-BFCE002AE1AF), version(1.3) ] enum PlaybackMode { PlaybackMode_File = 1, PlaybackMode_LeftRightFiles = 2, PlaybackMode_DVD = 3, PlaybackMode_URL = 4, PlaybackMode_Device = 5, PlaybackMode_None = 0 }; [ uuid(54150FC5-F6D5-419A-BC0D-E2BE08558934), version(1.7), helpstring("Dispatch interface for StereoPlayerAutomation Object"), dual, oleautomation ] interface IAutomation: IDispatch { [id(0x000000C9), helpstring("Returns the number of items in the playlist.")] HRESULT _stdcall GetPlaylistItemCount([out] VARIANT* Count); ..............
等待大家的帮助
作者: wangwei244157887 发布时间: 2011-10-17
我的版本是D7
作者: wangwei244157887 发布时间: 2011-10-17
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28