![]() |
【转帖】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. |