高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】setting Up The Dwgdirect Libraries Mfc App
setting up the dwgdirect libraries mfc app
setting up the dwgdirect libraries mfc app
i am trying to figure out what i need to do to use the dwgdirect libraries, but when i call the odinitialize() function i get the undeclared identifier error. what is the basic setup to initialize and open drawings for read....in otherwords, what includes and dll linking is required?
so far i only inluded the "dd_vc6md_db.lib" file in my linker settings.....what includes are needed, and what library files?
any help is appreciated!
mike
a good place for you to start would be in the
dwgdirect\projectfiles\win32\msvc6\examples
folder. therein are the project files for the dwgdirect examples under msvc6.
you'll probably want to replace the relative paths with absolute paths to your dwgdirect libraries.
|