查看单个帖子
旧 2009-05-07, 06:03 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】using Dwgdirect 9mfc - Vc60 In My Own Dialogue Application

using dwgdirect (mfc - vc6) in my own dialogue application
using dwgdirect (mfc - vc6) in my own dialogue application
i am trying to set up a very basic mfc dialogue based application (static mfc linked) and have lots of problems.
can someone be kind enough to take me through setting up visual c++ 6 correctly and to place all the files in the right place so that i can get it working.
that and the initial settings needed to be done to the default project code so that it atleast compiles and initializes the dwgdirect library.
i just hit problem after problem and seem to be fudging my way through getting it to work.
i have tried learning from the sample provided and the documentation.
please help me!

andrew

this is what i recall from my experience:
check following options in project's settings:
1. c/c++ tab.
- preprocessor definitions
- additional libraries
2. link tab.
- object/library modules.
- additional library path
- ignore libraries (msvcrt for debug version)
you may use sample odamfcapplication's settings to compare with.
note that some of them (settings) might be different for debuf/release version.
also if you use exsystemservices, exhostappservices , corresponding source files should be included into project (all .cpp files and optionally .h files from <dwg>\examples\exservices\ directory ) + you should change precompiled settings for these .cpp files ( i use "not using precompiled headers" option).
and do not forget to call od(un)initialize functions.
thanks for this.
if you have the time, could you go through it step by step with me. i would really appreciate it. from the odinitialize step, i can carry on. it is all the bits you mentioned i need help with. for example, i wondered why i had to add the precompiled header to each file. you give answer but i don't know how to implement.
hope you can help.
andrew
quote:
1. c/c++ tab.
- preprocessor definitions
i have noted them down. are they documented ? what if i don't want dwf export for example ?
quote:
- additional libraries
can't locate this item on c/c++ tab...
quote:
2. link tab.
- object/library modules.
noted
quote:
- additional library path
noted
quote:
- ignore libraries (msvcrt for debug version)
noted
quote:
you may use sample odamfcapplication's settings to compare with.
note that some of them (settings) might be different for debuf/release version.
also if you use exsystemservices, exhostappservices , corresponding source files should be included into project (all .cpp files and optionally .h files from <dwg>\examples\exservices\ directory ) + you should change precompiled settings for these .cpp files ( i use "not using precompiled headers" option).
ok.
quote:
and do not forget to call od(un)initialize functions.
yes.
andrew
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)