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-problem-about-incubator-a

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

2007-02-12 Thread Nathan Mittler
That's not really enough information to go on. Could you provide a snippet of your program and indicate on which line it fails? On 2/11/07, penny_hu <[EMAIL PROTECTED]> wrote: i download the incubator-activemq-cpp-1.0-src.zip from the amq website. but everytime when i run it , it will throw