[wx 2.8.0, FC6, g++] inconvenient use of wxDynamicLibrary with "lib" prefix

祝飞 zjzfb at 163.com
Tue Jan 23 07:01:12 PST 2007


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?






More information about the wx-users mailing list