unresolved external oderror_notthatkindofclass:

derror_nott
unresolved external oderror_notthatkindofclass:

derror_notthatkindofc lass
i am getting several unresolved externals in borland builder 6
is there an easy way to find which library has the methods?
unresolved external oderror_notthatkindofclass:

derror_notthatkindofc lass(const odrxclass *, const odrxclass *)
oddbhostappservices::getdelobj()
oddbhostappservices::setdelobj()
oddbhostappservices::getpickfirst()
oddbhostappservices::setpickfirst()
oddbhostappservices::getucsview()
oddbhostappservices::setucsview()
you need to link with dd_bb6wd_root.lib or dd_bb6wm_root.lib depending on configuration you use.
sergey slezkin
i am linking root.lib, but i still have that error
#pragma link "c:/devtools/opendesign/lib/bb6wm/dd_bb6wm_root.lib"
oops, my mistake
sorry,
i must have had a mismatch somewhere, i re-downloaded the libs and nonlibs and it builds.
thanks