compiling version 2.7 beta2 (vc9)
compiling version 2.7 beta2 (vc9)
i can't find the file: dg_modelergeometry.lib in dd_vc9mdd.zip.
when i compile, i get:
code:
error lnk2001: unresolved external symbol "public: virtual void __thiscall odgigeometrysimplifier:

olylineproc(long,class odgepoint3d const *,class odgevector3d const *,class odgevector3d const *,long)" (?polylineproc@odgigeometrysimplifier@@uaexjpbvodgepoint3d@@pbvodgevector3d@@1j@z)
dg_modelergeometry.lib is from dgndirect.
dd_vc9mdd.zip is dwgdirect libraries.
sergey slezkin
oh, because this file was in beta 1. anyway i still don't know why i get this error when upgrading from beta1 to beta2. has
code:
odgigeometrysimplifier:

olylineprocbeen changed?
polylineproc() prototype was changed but you should get compilation error in vc9 if you did not modify your override for this function.
link error is strange. probably you have a mix of 2.7.0.0 and 2.7.0.1 libraries or you have not recompiled your code.
sergey slezkin
thanks.
in the meantime i have gone back to beta1 and i will wait until public release.