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