高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】est Application Mdi Dwgdirect 1.06
test application mdi dwgdirect 1.06
test application mdi dwgdirect 1.06
i install the dwgdirect 1.06 and compile using microsoft visual c++ 6.0.
i compile mdi application supply with package.
no error nut when i run the window of apllication appear with all menus but no menu function ; if i use file open no dialog appear.
can i have some help ?
furio
odamdiapp, odamfcapp has a problem with opening files in 1.06.
please search this forum using "odadlgext" keyword and check "problem when executing odamdiapp and odamfcapp", "odamfcapp executing" posts.
or you can get a standard opening dialog like this:
void codamdiapp: nfileopen()
{
...
// hinstlib = loadlibrary("odadlgext.dll"); // comment this line
hinstlib = null; // add this line
...
hope this help.
junichi yoshimoto
|