remove password
remove password
hi,
how to remove password form dwg file? i'm using dwgdirect 2.40.
thanks
pawel
look into odamfcapp sample:
codamfcappdoc:

nsavedocument(lpctstr lpszpathname);
call pdb->setsecurityparams(tmp);
wthout setting values of odsecurityparams structure (use values assigned by constructor). for example:
pdb->setsecurityparams(odsecurityparams());
sergey slezkin