高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem when get teststyle of attdef
problem when get teststyle of attdef
problem when get teststyle of attdef
oddbtextstyletablerecordptr ptextstyle = pattdef->textstyle().safeopenobject();
compile error as follows:
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(133) : error c2027: use of undefined type 'oddbtextstyletablerecord'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\dbda tabase.h(56) : see declaration of 'oddbtextstyletablerecord'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(130) : while compiling class-template member function 'void __thiscall odsmartptr<class oddbtextstyletablerecord>::internalqueryx(const class odrxobject *)'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(133) : error c2065: 'desc' : undeclared identifier
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(130) : while compiling class-template member function 'void __thiscall odsmartptr<class oddbtextstyletablerecord>::internalqueryx(const class odrxobject *)'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(137) : error c2027: use of undefined type 'oddbtextstyletablerecord'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\dbda tabase.h(56) : see declaration of 'oddbtextstyletablerecord'
f:\data\cad\dwgdirect_1.14\dd_nonlibs\include\smar tptr.h(130) : while compiling class-template member function 'void __thiscall odsmartptr<class oddbtextstyletablerecord>::internalqueryx(const class odrxobject *)'
error executing cl.exe.
creating browse info file...
thank you
it works now!
|