高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】borland link problems
borland link problems
borland link problems
i had to add the following to link in borland c++ builder 6.0
1. #define firstdll_export in odmutex.h
2. add include of odacommon.h to odstring.h
the first thing is a bug indeed (will be fixed).
for the second - odacommon.h should be included in each cpp file, before including any other dd header.
vladimir
error without odacommon in odstring.h
ln 71 odchar* unicodebuffer;
e2303 type name expected
|