明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1359|回复: 1

[求助]关于vb引用acad问题

[复制链接]
发表于 2009-11-10 07:58:00 | 显示全部楼层 |阅读模式

[求助]关于vb引用acad问题:

我的电脑中装入了acad2002与acad2008两个版本,使用vb引用acad类型库时,在VB中菜单“工程\引用”对话框中只有“AutoCAD 2008 type library”,怎么没有2002的呢?

我原来的代码如下也运行不了了,怎样解决?谢谢!!!

sub testcad()

Dim acadApp As AcadApplication
    Set acadApp = GetObject(, "AutoCAD.Application")    

    If Err Then
       Err.Clear
       Set acadApp = CreateObject("AutoCAD.Application.14")
       If Err Then
          MsgBox Err.Description
       Exit Sub

       End If

   end if

end sub

 楼主| 发表于 2009-11-10 09:58:00 | 显示全部楼层
搞定:重新装一下cad2002,在vb中引用“acadcad 2000 type library”就可以了。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-26 00:43 , Processed in 0.163252 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表