在ASP脚本文件中如何调用VC写一个ActiveX控件中的方法?
这个ActiveX控件在VB中可以成功调用。
控件中定义了一个方法StoreLicense(LPCTSTR lpcsLicense),
在ASP中应该怎么调用它?
下面是接口定义中的uuid,调用时应该是用哪个uuid?
[ uuid(88C8BF4C-0023-4C45-990E-9A05F91EEEF1), version(1.0),
helpfile("StoreLicense.hlp"),
helpstring("StoreLicense ActiveX Control module"),
control ]
// Primary dispatch interface for CStoreLicenseCtrl
[ uuid(4E84F59E-6329-49E0-BFB1-72112BB3CCDD),
helpstring("Dispatch interface for StoreLicense Control"), hidden ]
// Event dispatch interface for CStoreLicenseCtrl
[ uuid(67509BAE-E3D1-4754-9A02-259B450F31C6),
helpstring("Event interface for StoreLicense Control") ]
// Class information for CStoreLicenseCtrl
[ uuid(1C72C1D5-9304-4C98-A6BB-F79F4DB5F2D5),
helpstring("StoreLicense Control"), control ]