C++ examples' Visual Studio projects need BOOST_ALL_DYN_LINK to build against installed kit --------------------------------------------------------------------------------------------
Key: QPID-2398 URL: https://issues.apache.org/jira/browse/QPID-2398 Project: Qpid Issue Type: Bug Components: Qpid Examples Affects Versions: 0.6 Environment: Windows Visual Studio Reporter: Steve Huston Assignee: Steve Huston Fix For: 0.7 The examples distributed with the C++ kit contain Visual Studio solution/project files so the examples can be built by users wanting to try the examples at an installed site. The vcproj files get build errors trying to refer to the static Boost libs because the dynamic Boost libs are packaged with the kit. The examples project files need BOOST_ALL_DYN_LINK added to the C++ preprocessor settings. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:dev-subscr...@qpid.apache.org