高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】vectorization And Compiler Options In Borla
vectorization and compiler options in borland c++ builder 6.
vectorization and compiler options in borland c++ builder 6.0
as suggested in dwgdirect reference, i've set "treat enum types as int", otherwise my test program hangs with access violation, during vectorization (in setupactivelayoutviews using exgssimpledevice from samples).
with this setting it works fine.
i'm wondering if this is the right setting and if there are some other setting in the compiler that i have to consider.
en passant, how can i tell the library to search for font files in the right path? i've seen that ocx version use:
odahost->application->preferences->files->supportpath
but i can't find the same in c++ library.
thanks for any answer.
stefano gemma
you can override oddbhostappservices::findfile() function to use your search paths.
sergey slezkin
|