bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

StringTokenizer class and MSVC/Win32 platform


From: Pavel Tsekov
Subject: StringTokenizer class and MSVC/Win32 platform
Date: Wed, 29 Aug 2001 16:40:00 +0200

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
:)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]