几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量  


返回   几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 » 仿射空间:CAX软件开发(三)二次开发与程序设计 » CAD二次开发 » SolidWorks二次开发
用户名
密码
注册 帮助 会员 日历 银行 搜索 今日新帖 标记论坛为已读


回复
 
主题工具 搜索本主题 显示模式
旧 2009-04-13, 12:48 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】microsoft visual c== runtime error

microsoft visual c++ runtime error
hi,
i am using solidworks 2007 sp-1.0 software in my windows 2003 server. frequently i am facing an runtime exception while closing the open documents. we have developed an consle application in visual studio 2005 which will automate the solidworks application through the solidworks api.
after creating a tif image for the opened drawing, we are trying to close the drawing by using the closedoc method available in the isldworks class. following is the code what we have developed. i have included try catch block within the statements which causes this exception. after performing the appropriate steps, while closing the opened solid works document, this exception is thrown. after an user interaction (click on ok button) the exception is caught by the try catch block.
i am not sure what is causing this exception. pfa code snippet for your reference.
void swutilcunload(void)
{
// make sure the solidworks session was passed in
try
{
verifysw();
}
catch(cstring cserror)
{
cstring csmsg;
csmsg.format("docunload: %s",cserror);
throw csmsg;
}
try
{
// now unload each of the loaded documents.
m_model = pm_swapp->getactivedoc();
while ( m_model )
{
try
{
cstring csname = m_model.gettitle();
if ( csname.getlength() > 0 )
{
lflog.debugmsgstart(csname);
pm_swapp->closedoc( csname );
m_csmodelfilename.empty();
}
}
catch(...)
{
cstring cserror;
cserror.format("docunload: could not close the (%s)", m_csmodelfilename);
throw cserror;
}
try
{
if ( m_model)
{
m_model.releasedispatch();
m_model = 0;
}
}
catch(...)
{
cstring cserror;
cserror.format("docunload: could not release the model dispatch for model (%s)", m_csmodelfilename);
throw cserror;
}
// get next active document..if any.
m_model = pm_swapp->getactivedoc();
}
}
catch(...)
{
cstring cserror;
cserror.format("docunload: error while closing the m_model");
throw cserror;
}
//
// force back to invisible in case it was made visible by a bom check.
//
pm_swapp->setusercontrol(false);
pm_swapp->setvisible(false);
}
we are using the imodeldoc2->close() option to close the document. following is the exception thrown.
runtime error!
program
this application has requested the runtime to terminate it in an unusual way. please contact the applications support team for more information.
can any one please help me on this. your help is greatly appreciated !
edited: 07/01/2008 at 05:32 pm by madhavan mohanarangam
you are passing the model title in not the model path. use getpathname() instead.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)
回复


主题工具 搜索本主题
搜索本主题:

高级搜索
显示模式

发帖规则
不可以发表新主题
不可以回复主题
不可以上传附件
不可以编辑您的帖子

vB 代码开启
[IMG]代码开启
HTML代码关闭

相似的主题
主题 主题发起者 论坛 回复 最后发表
【转帖】microsoft visual c== runtim library error yang686526 SolidWorks二次开发 0 2009-04-12 09:46 PM
OpenCSG-1.0.2 sample yogy vc编程 2 2007-07-22 04:43 PM


所有的时间均为北京时间。 现在的时间是 08:48 PM.


于2004年创办,几何尺寸与公差论坛"致力于产品几何量公差标准GD&T | GPS研究/CAD设计/CAM加工/CMM测量"。免责声明:论坛严禁发布色情反动言论及有关违反国家法律法规内容!情节严重者提供其IP,并配合相关部门进行严厉查处,若內容有涉及侵权,请立即联系我们QQ:44671734。注:此论坛须管理员验证方可发帖。
沪ICP备06057009号-2
更多