[高价悬赏求解]一个DLL文件不是我开发的,相通过自己的DELPHI程序调用!
最好帮我做一下小的DEMO,大家费心了,一个窗口,一个按钮就可以,点击按钮调用打开当前DLL文件中的窗体!链接:https://pan.baidu.com/s/1BfUoZ-tg1UjWNV6rx7R9og
提取码:uxly
DLL文件见网盘!谢谢
这个是activex的DLL文件,应该用oleview.exe这个软件看吧!
// Generated .IDL file (by the OLE/COM Object Viewer)
//
// typelib filename: wmsdbm.dll
[
uuid(B1B025E0-A39A-11D5-B905-0080C8528E51),
version(1.0),
helpstring("wmsdbm Library")
]
library wmsdbm
{
// TLib : // TLib : OLE Automation : {00020430-0000-0000-C000-000000000046}
importlib("stdole2.tlb");
// Forward declare all types defined in this typelib
interface Iwms6idbm;
[
odl,
uuid(B1B025E1-A39A-11D5-B905-0080C8528E51),
version(1.0),
helpstring("Interface for wms6idbm Object"),
oleautomation
]
interface Iwms6idbm : IUnknown {
HRESULT _stdcall dbbackup();
HRESULT _stdcall dbrestore();
HRESULT _stdcall dbconnect();
HRESULT _stdcall dbconnectini([in] BSTR siniNameIn);
};
[
uuid(B1B025E3-A39A-11D5-B905-0080C8528E51),
version(1.0),
helpstring("wms6idbm Object")
]
coclass wms6idbm {
[default] interface Iwms6idbm;
};
};