几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量

几何尺寸与公差论坛------致力于产品几何量公差标准GD&T (GDT:ASME)|New GPS(ISO)研究/CAD设计/CAM加工/CMM测量 (http://www.dimcax.com/hust/index.php)
-   DirectDWG (http://www.dimcax.com/hust/forumdisplay.php?f=89)
-   -   【转帖】how can i link the functionodoxgetiunknownofdatabase (http://www.dimcax.com/hust/showthread.php?t=16547)

yang686526 2009-05-05 12:17 PM

【转帖】how can i link the functionodoxgetiunknownofdatabase
 
how can i link the function:odoxgetiunknownofdatabase
how can i link the function:odoxgetiunknownofdatabase
how can i link the function:odoxgetiunknownofdatabase
(defined in the file: odaxwrap.h)?
last edited by jiangguofu; 14th march 2006 at 12:36 amfff">.
this is an internal function used to build dwgdirect com interface - dwgdirectx. what do you need it for?
vladimir

quote:
originally posted by wvk
this is an internal function used to build dwgdirect com interface - dwgdirectx. what do you need it for?
i am creating an dwg view activex control, used iunknownptr to pass oddbdatabaseptr, so i could use the common oddbdatabase, beteewn two dwgview view controls, how can i solve this problem? can i call function: odoxgetolelinkmanager()? thanks a lot
last edited by jiangguofu; 14th march 2006 at 06:54 pmfff">.
if you are creating activex not dependent on odax or dwgdirectx, you should maintain the mapping between database and it's com wrapper yourself. if you are using ddx, then there is an interface called iacadbasedatabase to retreive/set oddbdatabase to/from a ddx wrapper.
but the thing you are trying to implement is impossible for other reasons - one database cannot be displayed simultaneously in different threads (using worlddraw/viewportdraw), ( e.g. because entities may contain caches, built while first regen)
vladimir

quote:
originally posted by wvk
if you are creating activex not dependent on odax or dwgdirectx, you should maintain the mapping between database and it's com wrapper yourself. if you are using ddx, then there is an interface called iacadbasedatabase to retreive/set oddbdatabase to/from a ddx wrapper.
but the thing you are trying to implement is impossible for other reasons - one database cannot be displayed simultaneously in different threads (using worlddraw/viewportdraw), ( e.g. because entities may contain caches, built while first regen)
thanks to vladimir!
i have an other question: why odgslayouthelperptr->update() funcion need lots of memory used in an activex control? can i free the momory? for example it needs 30m memory if i use my dwgview activexcontrol, but it only need 12m if i use a mfc application , if i donot call odgslayouthelperptr->update(), there needs the same momory.
maybe conveyor is set up differently?
or gsmodel enabled/disabled?
vladimir


所有的时间均为北京时间。 现在的时间是 01:41 AM.