On Wed, 2009-06-24 at 16:53 -0700, pclovec wrote:
> thanks very much. i got it . small question . in source code folder have more
> sub folder . each sub folder include one .libs folder ,, i can so the
> libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs folder.
>
> i just want to
fix. not all
HOHO
thanks
pclovec wrote:
>
> thanks very much. i got it . small question . in source code folder have
> more sub folder . each sub folder include one .libs folder ,, i can saw
> the libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs
> folder.
>
> i just want to
thanks very much. i got it . small question . in source code folder have more
sub folder . each sub folder include one .libs folder ,, i can so the
libactivemq-cpp.so and so.9 ,..so.9.0.. file in .../src/main/.libs folder.
i just want to ask which folder do i need add into ld.so.conf file . or
n
On Wed, 2009-06-24 at 16:26 -0700, pclovec wrote:
> hi, Tim
>
> thanks, yes at first time i didn't link this file . Eclipse CDT link file
> is some difference . i only input the activemq-cpp is be fine . if i input
> /usr/.../libactivemq-cpp.so file then it will give me can't find out the so
> f
hi, Tim
thanks, yes at first time i didn't link this file . Eclipse CDT link file
is some difference . i only input the activemq-cpp is be fine . if i input
/usr/.../libactivemq-cpp.so file then it will give me can't find out the so
file.. sigh...
now i have add link the libactivemq-cpp.so f
On Wed, 2009-06-24 at 14:02 -0700, pclovec wrote:
> hi, All
>
> i download the activemq-cpp 3.0 source to my local and i can compile on my
> machine . ...make..make install and running the example is well.
>
> now i create a new c++ project on eclipse . and just wrote a sample code.
> and includ