高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odvectorize and bitmaps
odvectorize and bitmaps
odvectorize and bitmaps
i am sure i am missing something obvious, but the odvectorize example does not call rasterimageproc for me. i added exgirasterimage.cpp to the build, but that did not help.
how do i go about enabling raster image processing in odvectorize?
it's been nine months and no answer. unfortunately, relatively "par for the course" around here. please answer. i really need an answer. we had gone aay from odvectorize based coded, but are back again.
the rasterimageproc is certainly called in dll build (i just checked that)
i'll check the static build, but probably it is static module declaration you need to insert in odvectorize:
code:
odrx_declare_static_module_entry_point(exrastermodule);
...
odrx_begin_static_module_map()
...
odrx_define_static_appmodule(l"rxrasterservices.drx", exrastermodule)
...
odrx_end_static_module_map()
vladimir
|