also on Solaris10, FreeBSD6.0
use dynamic library libA.so in app:
first I use ACE_DLL, I just use: ACE_DLL dll("A");
but when I use wxDynamicLibrary instead, I must use this way: wxDynamicLibrary dll("libA")
I think it's inconvenient, could wxDynamicLibrary act as ACE_DLL?