高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】missing odgeelliparc3dmajoraxis9...0
missing odgeelliparc3d::majoraxis(...)
missing odgeelliparc3d::majoraxis(...)
hello,
i have problems linking svgexport.cpp in my project, since linker can not find implementation of odgeelliparc3d::majoraxis in the libraries for vc7.
linker says:
main error lnk2019: unresolved external symbol "public: class odgevector3d __thiscall odgeelliparc3d::majoraxis(class odgetol const &)const " (?majoraxis@odgeelliparc3d@@qbe?avodgevector3d@@ab vodgetol@@@z) referenced in function _main
i tried with ver small example and found out, that implementation of this method is missing in vc7 libraries. if i link the code with vc6 libraries, it works ok.
could you please tell me if i am wrong, and what is the name of the lib file, where majoraxis() method is implemented? i have tried to link all the libraries, but with vc7 it does not work.
regards, tomaz.
are you using 2003 libs? if so, download them once again, please. initially posted libs did not match headers :-(
or you can fix geelliparc3d.h by editing majoraxis() and minoraxis() prototypes to be:
odgevector3d majoraxis() const;
odgevector3d minoraxis() const;
sergey slezkin
hello sergey,
i have downloaded the libraries again today (9.2.2004):
dd_vc2003.zip.
it seems, like that these are debug and not release libraries, since filesize is approx. 2 times bigger and library directories are named:
vc2003mtd
vc2003mdd
vc2003mld
are these really debug libraries?
how and when can i obtain the release versions?
regards, tomaz
please download the 2003 libraries one more time--a corrected version was posted today (2-9).
neil,
the new libraries are ok.
thanks.
regards, tomaz
|