高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】dd 1.11, error loading vectorizing module - key not found
dd 1.11, error loading vectorizing module - "key not found"
dd 1.11, error loading vectorizing module - "key not found"
first of all thanks for your continuous support and development of this great library - the new 1.11 version addresses one big problem i had with blocks that had entities inside frozen layers
well, i'm trying to upgrade my application to dd 1.11 but i'm facing one problem with the new rendering modules: i don't know why but it can't load wingdi.gs; when i call
:drxdynamiclinker()->loadmodule (path_to_wingdi_gs, false);
an exception with message "key not found" is thrown; what does this mean? i looked at odamfcapp example code and didn't find what i'm missing... (btw the examples work fine);
thanks a lot,
tiago gehring
ps: i'm using the dll version of dwgdirect, vc6
hi,
i doubt whether we can help you while can't reproduce the problem. so could you provide us with the simple app (c++ code) that reproduces it.
i had same problem. try to insert
odrx_init_static_module_map();
after odinitialize(...).
best regards,
ivan obraztsov
thanks, it worked now; the problem was that in debug mode i was using the static version of the toolkit (i thought i was using the dynamic version). after changing it to use the dll version it worked, i think it should work also with the static version but anyway, it's working now;
thanks again,
tiago
|