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.