高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】debug release drx modules in debugrelease app
debug /release drx modules in debug/release app
debug /release drx modules in debug/release app
gentlemen,
is it possible to load debug drx plug-ins into a debug version of the application, linked with release dwgdirect libraries? i have sucessfully linked the release versions of the dwgdirect libraries for years, since the only code i've needed to step through has been that in the file exprotocolextension.cpp, which can be built for either debug or release.
yesterday, i linked the 2.5.1 libraries in order to take advantage of the drx sdk, but i will be needing to have a look at how to debug our application with a custom drx module. any suggestions?
dbf
last edited by dbf; 18th february 2008 at 05:13 pmfff">.
it may work with some drx'es but if it doesn't, the errors can be really weird.
why not just use debug dwgdirect?
vladimir
sure, it would be possible. but the expense would be storing both varients in visual source safe. and, we are using both visual studio 6 and visual studio 2005 for our projects. experience has shown that since we don't have source code for these libraries, it doesn't seem necessary to use the debug versions of the libraries.
but one more question: we link our application to a dynamic link library (delayed loaded), which contains all of your static libraries combined in it. will this configuration preclude use of drx modules altogether?
dave f
quote:
but one more question: we link our application to a dynamic link library (delayed loaded), which contains all of your static libraries combined in it. will this configuration preclude use of drx modules altogether?
of course it will.
vladimir
separate .drx modules (dlls with .drx file extension) can be used only with dll version of dwgdirect.
in static configuration of dwgdirect other modules need to be statically linked.
sergey slezkin
|