几何尺寸与公差论坛------致力于产品几何量公差标准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)
-   -   【转帖】dwgdirect with c== .ne (http://www.dimcax.com/hust/showthread.php?t=15986)

yang686526 2009-05-05 08:40 AM

【转帖】dwgdirect with c== .ne
 
dwgdirect with c++ .net
dwgdirect with c++ .net
does this work? i've added all the libs/includes to my project and i can include all sorts of headers with a successfull compilation. but when i try to add the exhostappservices.cpp and exsystemservices.cpp from the samples folder i get the following errors:
-when using "automatically generate (/yx)" (not a surprise)
infofinder.server.fetch.import.dwg command line error d2016 : '/yxstdafx.h' and '/clr' command-line options are incompatible
-when using "use precompiled header (/yu)"
e:\program files\opendwg\examples\exservices\exsystemservices .cpp(280): fatal error c1010: unexpected end of file while looking for precompiled header directive
-not using precompiled headers
linking...
link : error lnk2020: unresolved token (0a00001a) ?g_pdesc@odstreambuf@@2pavodrxclass@@a
link : error lnk2020: unresolved token (0a00001b) ??_7type_info@@6b@
link : error lnk2020: unresolved token (0a00001c) _cxxthrowexception
link : error lnk2020: unresolved token (0a000021) delete
link : error lnk2020: unresolved token (0a000028) odstring.__dtor
link : error lnk2020: unresolved token (0a00002d) oddbsystemservices.__dtor
link : error lnk2020: unresolved token (0a00003f) odrxobject.__dtor
link : error lnk2020: unresolved token (0a000047) exception.__ctor
link : error lnk2020: unresolved token (0a000048) exception.__ctor
link : error lnk2020: unresolved token (0a000049) exception.__dtor
link : error lnk2020: unresolved token (0a000050) bad_cast.__ctor
link : error lnk2020: unresolved token (0a000051) delete[]
link : error lnk2020: unresolved token (0a000052) memset
link : error lnk2020: unresolved token (0a00005d) ?g_pdesc@odhatchpatternmanager@@2pavodrxclass@@a
link : error lnk2020: unresolved token (0a000062) strlen
link : error lnk2020: unresolved token (0a000063) free
link : error lnk2020: unresolved token (0a000065) memmove
link : fatal error lnk1120: 17 unresolved externals
i would very much like to use c++ .net since it lets me tightly integrate with my application. is there perhaps some other implementation of the exhostappservices.cpp and exsystemservices.cpp files out there? i guess that the main app has to inherit from these to be able to load a dwg.
thanks in advance!!
manually turn off precompiled headers usage for these files
vladimir


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