施马公司POI/POP管理信息系统
需要注册的是webbrokerscript.tlb,这是一个type library文件,
此文件可以用delphi或c++builder打开(File->Open->(选择Type Library(*.tlb,*.dll,*.ocx...)类型)
)。
webbrokerscript.idl(inteface define language)是此文件对应的接口定义文件,可用delphi或
c++builder
打开webbrokerscript.tlb后输出(点Export to IDL按钮)。
reglib.reg是需要写入到注册表中的信息(需要手工修改webbrokerscript.tlb文件所在路径)。
或者可以用delphi或c++builder打开后点Register Type Library按钮注册。
此type library使用的stdole2.tlb是windows的标准文件。
使用的另一个文件stdvcl40.dll对于我们的应用程序并不需要。