高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】g-odrx-static-module-map undeclared identifier
'g_odrx_static_module_map' : undeclared identifier
'g_odrx_static_module_map' : undeclared identifier
after i did following, this error happened:
----------------------------------------------------------
//#if !defined(_toolkit_in_dll_) || defined(__mwerks__)
odrx_init_static_module_map();
//#endif
--------------------------------------------------------
where does "g_odrx_static_module_map" defined?
because the borlandbuilder has no dlls, do i have to use " odrx_init_static_module_map();"?
best regards,
|