|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】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
|