查看单个帖子
旧 2009-05-06, 08:00 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】oddbplotsettingsvalidatorplotdevicelist9...0 invalid execu

oddbplotsettingsvalidator:lotdevicelist(...) invalid execu
oddbplotsettingsvalidator:lotdevicelist(...) invalid execution
oddbplotsettingsvalidatorptr pvalidator = m_pdb->appservices()->plotsettingsvalidator();
...
// this statement runs fine
pvalidator->setcustomprintscale(playout,numerator,denominator );
// added this code for testing and compiles fine, but it gives invalid execution
odarray<const char*> devicelist;
pvalidator->plotdevicelist(devicelist);
the compile and linking resources and build settings are ok since setcustomprintscale() has been running and properly working, but the newly added plotdevicelist() call is resulting in invalid execution. i've search for references of plotdevicelist() in this forum and in sample code, but couldn't any.
any idea?
thanks,
codey
hi,
oddbplotsettingsvalidator is the interface that is intended to be implemented at application side. we provide simple implementation that emulates "none" and "dwf6 eplot.pc3" devices. so it should return 2 strings: "none", "dwf6 eplot.pc3". it's a bug of our default implementation -- this method is not implemented. we'll fix it.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)