查看单个帖子
旧 2009-05-06, 08:25 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】oddwfexportex makefile

oddwfexportex makefile
oddwfexportex makefile
hi,
i'm looking for a makefile / visual studio project file for the dwgdirect 1.13 oddwfexportex.cpp file in the examples directory. i notice that the projectfiles directory contains unix/vc6/vc7 build files for the other examples but not oddwfexporterex. can anyone help?
many thanks,
peter.
this project file is being be tested, and will be sent to you once testing is complete.
project file
quote:
originally posted by open design alliance
this project file is being be tested, and will be sent to you once testing is complete.
any news on this? it's been a couple of weeks now.
thanks,
peter.
sorry for the delay. here's the vc6 project file.
attached files (5.6 kb, 11 views)


quote:
originally posted by
sorry for the delay. here's the vc6 project file.
great! many thanks for that.
dll project linking problem
hi,
many thanks for the makefile, i've converted it to a vs2003 file and have been able to build successfully.
i've used this project file as a basis of a new project to build a dll with mfc in a shared dll, and i'm having trouble getting this to link. the problem appears to be a redefinition of the some the methods in debug and release version of atls.
i've attached the vs2003 project. can someone please take a look at it for me? note that the "additional include directories" may need to be modifed to your location.
many thanks,
peter.
///////////////////////////////////////////////////
linker output:
atlsd.lib(externs.obj) : error lnk2005: "char const * const g_pszkernelobjfmt" (?g_pszkernelobjfmt@@3pbdb) already defined in atls.lib(externs.obj)
atlsd.lib(externs.obj) : error lnk2005: "char const * const g_pszallocfilemapname" (?g_pszallocfilemapname@@3pbdb) already defined in atls.lib(externs.obj)
atlsd.lib(externs.obj) : error lnk2005: "char const * const g_pszupdateeventname" (?g_pszupdateeventname@@3pbdb) already defined in atls.lib(externs.obj)
atlsd.lib(externs.obj) : error lnk2005: "class catlallocator g_allocator" (?g_allocator@@3vcatlallocator@@a) already defined in atls.lib(externs.obj)
atlsd.lib(externs.obj) : warning lnk4006: "char const * const g_pszkernelobjfmt" (?g_pszkernelobjfmt@@3pbdb) already defined in atls.lib(externs.obj); second definition ignored
atlsd.lib(externs.obj) : warning lnk4006: "char const * const g_pszallocfilemapname" (?g_pszallocfilemapname@@3pbdb) already defined in atls.lib(externs.obj); second definition ignored
atlsd.lib(externs.obj) : warning lnk4006: "char const * const g_pszupdateeventname" (?g_pszupdateeventname@@3pbdb) already defined in atls.lib(externs.obj); second definition ignored
atlsd.lib(externs.obj) : warning lnk4006: "class catlallocator g_allocator" (?g_allocator@@3vcatlallocator@@a) already defined in atls.lib(externs.obj); second definition ignored
attached files (7.0 kb, 2 views)
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)