Hi there! :)
I hope this time I'll get an answer :)
I have a program initially written on linux which uses the
StringTokenizer class of the CommonC++ library. Now i tried to build the
program on Win32 using MSVC and I got an error message - the linker is
complainning that it cannot resolve the StringTokenizer and
StringTokenizer::iterator classes... In fact they arent exporeted like
the other classes in misc.h - look at this:
#ifdef __WIN32__
class __EXPORT MemPager;
class __EXPORT SharedMemPager;
class __EXPORT Keydata;
#endif
The StringTokenizer and iterator arent included in this list - my
question is why is this ? :)
Thanks for any answers - I hope that someone will reply to this messge
:)
_______________________________________________
Bug-commoncpp mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-commoncpp