Hello all
On Fri, 25 May 2007, Albert Strasheim wrote:
> Hello
>
> On Fri, 25 May 2007, Nathan Mittler wrote:
>
> > FYI, we're not planning on making any changes to activemq-cpp to address the
> > shortcomings of other compilers.
> >
> > Regarding the destroy methods for deallocating amq-cpp resources, do you
> > think this would be required for clients that are built with newer msvc
> > compilers? Would it also be a problem for gcc or just msvc?
>
> Firstly, I think this is a Microsoft compiler only problem.
Correction. From the comments in the reference I posted, it seems you
can also run into this problem when compiling some parts of your program
with MSVS and other parts with something like Borland C++ Builder, since
they apparently also have their own runtime library.
Cheers,
Albert
|