超级版主
注册日期: 04-03
帖子: 18592
精华: 36
现金: 249466 标准币
资产: 1080358888 标准币
|
回复: there are three terrible questions on SW translator as below
Hello Yanhua,
Based on my last response, you should be able to do the following:
IDispatch *pDisp;
CoGetObject(L”SldWorks.Application”, NULL, __uuidof(IDispatch), (void**)&pDisp);
ISldWorks swApp(pDisp);
Regards,
-Earl
__________________
借用达朗贝尔的名言:前进吧,你会得到信心!
[url="http://www.dimcax.com"]几何尺寸与公差标准[/url]
|