RE: string problem about incubator-activemq-cpp-1.0-src.zip

2007-02-13 Thread Timothy Bish
rg > Subject: Re: string problem about incubator-activemq-cpp-1.0-src.zip > Importance: High > > > in the project of incubator-activemq-cpp-1.0-src.zip , all code like this > : > string t1 = "11"; > string t2 = "11"; > t1 = t2 ; // throw

Re: string problem about incubator-activemq-cpp-1.0-src.zip

2007-02-12 Thread penny_hu
in the project of incubator-activemq-cpp-1.0-src.zip , all code like this : string t1 = "11"; string t2 = "11"; t1 = t2 ; // throw exception here! if i create a new project, there is no problems! -- View this message in context: http://www.nabble.com/string-pro

Re: string problem about incubator-activemq-cpp-1.0-src.zip

2007-02-12 Thread Nathan Mittler
will throw exception where it use "string" class! what is the problem? thank you! -- View this message in context: http://www.nabble.com/string-problem-about-incubator-activemq-cpp-1.0-src.zip-tf3211129s2354.html#a8917500 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

string problem about incubator-activemq-cpp-1.0-src.zip

2007-02-11 Thread penny_hu
i download the incubator-activemq-cpp-1.0-src.zip from the amq website. but everytime when i run it , it will throw exception where it use "string" class! what is the problem? thank you! -- View this message in context: http://www.nabble.com/string-problem-about-incubator-active