$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roman Perepelitsa (romka_at_[hidden])
Date: 2006-10-18 03:33:27
You should link your executable with --export-dymanic and pass RTLD_GLOBAL to
dlopen call. By doing this you stick together identical symbols from
executable and dll (e.g. typeinfo).
HTH,
Roman Perepelitsa.