找回密码 注册 QQ登录
开思网工业级高精度在线3D打印服务

iCAx开思网

CAD/CAM/CAE/设计/模具 高清视频【积分说明】如何快速获得积分?快速3D打印 手板模型CNC加工服务在线3D打印服务,上传模型,自动报价
查看: 23297|回复: 28
打印 上一主题 下一主题

CAA问题

[复制链接]
跳转到指定楼层
1
发表于 2006-2-9 14:20:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

马上注册,结交更多同行朋友,交流,分享,学习。

您需要 登录 才可以下载或查看,没有帐号?注册

x
我用ExecuteScript运行CATVba程序,可是调试总过不去。。。大哥们帮忙!
***************************************
#include "TestCmd.h"
#include "CATIndicationAgent.h"
#include "CATMathPlane.h"
#include "CATScriptUtilities.h"
#include "CATCreateExternalObject.h"
#include "CatScriptLibraryType.h"
#include "CATVariant.h"

CATCreateClass(TestCmd);
CATUnicodeString  functionName("CATMain");
CATUnicodeString& iFunctionName=functionName;
CATVariant  var;  

TestCmd::TestCmd() :
  CATStateCommand ("TestCmd", CATDlgEngOneShot, CATCommandModeExclusive)
  ,_Indication(NULL)
{
    CATScriptUtilities::ExecuteScript("C:\\Documents and Settings\\liguangyi\\Local Settings\\Temp\\VBAProject1.catvba", catScriptLibraryTypeVBAProject, "模块1", var, iFunctionName, NULL, 0,TRUE);   
}
*****************************************************************

报错如下:

.......

## start step: link2nd   at 02/09/2006-14:02:37
# make: ASSET\CmdModule.m intel_a\code\bin\CmdModule.dll
TestCmd.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static long __stdcall CATScriptUtilities::ExecuteScript(class CATUnicodeString const &,enum CatScriptLibraryType,class CATUnicodeString const &,struct tagVARIANT &,class CATUnicodeString const &,struct tagVARIANT *,unsigned int,unsigned char)" (__imp_?ExecuteScript@CATScriptUtilities@@SGJABVCATUnicodeString@@W4CatScriptLibraryType@@0AAUtagVARIANT@@0PAU4@IE@Z)
D:\WORK\CATIA-VC++\workspace2\.\intel_a\code\bin\CmdModule.dll : fatal error LNK1120: 1 unresolved externals
# make-ERROR: intel_a\code\bin\CmdModule.dll
## end   step: link2nd   at 02/09/2006-14:02:38

## start step: dummynls   at 02/09/2006-14:02:38
## end   step: dummynls   at 02/09/2006-14:02:38

== Command done, return code = 0


     小弟觉得参数1和参数3有问题,可是论坛里没有这方面的帖子,相关的也只是引用script程序,不是引用CATVba程序,初学不会,见笑了。望高手们明示.....
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 分享淘帖 赞一下!赞一下!
2
发表于 2006-2-9 14:50:41 | 只看该作者
Nothing to do with the parameters. It is only a link error.

You have to insert the right module name in your make file. (mkmake?).
3
发表于 2006-2-9 17:01:53 | 只看该作者
我的VBA模块名就叫"模块1"啊?没有错误。。。另外seaba兄的英语真好哈^_^
4
发表于 2006-2-10 11:28:36 | 只看该作者
如果你觉得参数1和参数3有问题
那么就加
CATUnicodeString.h+强制cast
试试看be
5
发表于 2006-2-10 13:35:33 | 只看该作者
还是不行啊。。。。
6
发表于 2006-2-10 17:12:26 | 只看该作者
Sorry i don't have Chinese IME installed so I can only type alphabets...

-_-...     I mean there is nothing to do with your source.
You error is a link error, say, the linker can not find the good object to link the symbol "ExecuteScript@CATScriptUtilities...".
So you have to tell the linker where to find it.

To do this, you have to add the module name which contains the symbol "ExecuteScript@CATScriptUtilities..." in your makefile (NOT the cpp file!).
(nothing to do with your VBA模块名!!!)
There is a file in the same directory (named src?) of your cpp files which has a name like ***.mkmake or something.
You have to edit this file.

So what to add? You can place your mouse pointer on the word CATScriptUtilities and press Ctrl+F1 so a help window will appear, and in the bottom of the page, there should be the module name.

Sorry I don't have CAA any longer so can't help you more but you can ask anyone who knows how to edit a makefile.

[ 本帖最后由 saeba 于 2006-2-10 17:14 编辑 ]
7
发表于 2006-2-10 21:32:30 | 只看该作者
应确保每一个caa头文件所需要的module都包含在imakefile.mk文件中。
8
发表于 2006-2-11 10:19:00 | 只看该作者
说一句,saeba兄,你没有装输入法?你在国外啊?不过,多谢你的建议,我已经调试成功了。我的参数设置没有问题,就是在Imakefile.mk中应该增加moule名,而且在IdentityCard.h中应该增加CODE,谢啦!同时也多谢zzzrrr兄!
9
发表于 2006-2-13 10:21:59 | 只看该作者
看论坛学英语,好!哪天我的英语也这么好就好了
10
发表于 2006-2-14 11:21:55 | 只看该作者
大哥们,又遇到问题了,我的VBA程序里含有Selection.SelectElement2 的语句,我看CAA帮助说需要用 CATApplication.Subscribe 来返回第一个参数值,可是小弟不会用啊,哪位大哥会用CATApplication.Subscribe语句?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3D打印手板模型快速制作服务,在线报价下单!

QQ 咨询|手机版|联系我们|iCAx开思网  

GMT+8, 2024-12-24 01:33 , Processed in 0.023927 second(s), 12 queries , Gzip On, Redis On.

Powered by Discuz! X3.3

© 2002-2024 www.iCAx.org

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