Re: Qpid C++ Dev in Eclipse

2010-01-11 Thread Jon Watte
Do a grep for where the code defines dllimport vs dllexport. It's quite likely that a -D option needs to be passed to the compiler for it to know that the symbol should be dllexported in that particular case. Btw: when building in one space and deploying in another, the two tools that I know that

Re: Qpid C++ Dev in Eclipse

2010-01-11 Thread Rajith Attapattu
I have built the c++ code in eclipse successfully in Fedora 6,10,11 My motivation was to see if I could leverage the eclipse façade over gdb to get a better debugging experience. It was ok, but wasn't enough for me to really continue. I have gone back to using command line again. On Mon, Jan 11, 2

RE: Qpid C++ Dev in Eclipse

2010-01-11 Thread Andrew L
> Hi Andrew, > > > Is anyone familiar with proper Eclipse set up for Qpid > > development? I have been using Visual Studio (which was > > simple since I copied the configuration in the qpid > > examples), but now must change to development in Eclipse. > > I've never tried Eclipse with Qpid.

RE: Qpid C++ Dev in Eclipse

2010-01-11 Thread Steve Huston
Hi Andrew, > Is anyone familiar with proper Eclipse set up for Qpid > development? I have been using Visual Studio (which was > simple since I copied the configuration in the qpid > examples), but now must change to development in Eclipse. I've never tried Eclipse with Qpid. Why do you have t