高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】oddimensionptr-recomputedimblock throws oderror-filenotfoun
oddimensionptr->recomputedimblock throws oderror_filenotfoun
oddimensionptr->recomputedimblock throws oderror_filenotfound exception
i have a win32 dll project where i am trying to recompute the dimension entities found in a specified file. what is happening is that when i execute the recomputedimblock() function i get a oderror_filenotfound error.
since the first project i found in the samples was the odamfcapp i took the recomputedimblock() code from there and inserted it into my dll project. i also took the odrx_declare.. and odrx_define.. statements word for word out of that project and inserted them into my class definition file. i have attached that file for review.
any help or direction would be great.
thanks.
attached files
if you link with static dwgdirect libraries you need to call
odrx_init_static_module_map();
sergey slezkin
thank you. i figured it would be something very simple like that.
|