高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】borland builder 2006
borland builder 2006
borland builder 2006
i'd like to know if is already available a version of dwgdirect for borland builder 2006. if not, when it will be released?
regards,
regina keller.
quote:
originally posted by regina
i'd like to know if is already available a version of dwgdirect for borland builder 2006. if not, when it will be released?
regards,
regina keller.
any news? i'm porting my code to bds 2006 (borland c++ v10)...
i tried to use old libs (for bcb v6) but:
1. bds uses dinkumware stl (bcb v6 uses "stlp") so i forced bds to use stlp.lib (no linker errors)
2. running the application i get an <accession violation> inside odarray<int, odmemoryallocator<int> >::~odarray<int, odmemoryallocator<int> > (without dwgdirect the application runs fine).
it guess the problem is that borland changed the memory manager.
|