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

odcopyex & password
odcopyex & password
hi there
i would like to know how to change odcopyex.exe in order to read password protected files without asking any question. the trick is a new "password" argument given to odcopyex.exe. ( enough for my application )
i tried to replace these lines:
pdb = svcs.readfile(infile.c_str());"
into
odpassword psswrd(argv[5]);
psswrd.makeupper();
pdb = svcs.readfile(infile.c_str(),false,false,oda::ksha redenyno,psswrd);
but that did'nt work.
then i tried to implement
bool exhostappservices::getpassword(const odstring& dwgname, bool isxref,odpassword& password)
without any succes too !
i always get this message : "oderror thrown: 0222db98"
help will be appreciated .
thanks in advance.
last edited by mpotus; 18th september 2007 at 12:51 amfff">.
see odreadex sample
vladimir
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)