Hey Josep,
I spent like a week or so racking my brains trying to run the C++ Examples
of qpid on Windows, but the farthest I could get was exactly where you did.
It seems like there are some changes that need to be made above the project
generation, otherwise it's quite unlikely that we manage to make this last
version work on Windows. There are lots of recursive dependencies among the
qpid classes that always get you to compilation errors.
did anyone make these Examples run?
is there anyone who knows if any of the least older versions of Qpid did
work on Windows?
We've been asked by our client to have a demo of the software as soon as
possible running under Windows and this is delaying our work so much.
Josep, if you manage to make it work, please let me know.
regards,
Errors related to symbol redefinitions is a common pitfall in using
static libs. Just try changing the library link order and see. Another
option is to get the compiler not to load conflicting symbols from
subsequent libraries. But that is really painful if it complains about
so many conflicts. I am working on the DLLs. I might be able to have
something usable somewhere mid next week.
Danushka
--
Danushka Menikkumbura
Technical Lead, WSO2 Inc.
blog : http://danushka-menikkumbura.blogspot.com/
http://wso2.com/ - "The Open Source SOA Company"
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]