Description
Installation of Qpid on windows neglects qpid-proton and qpid-protond dll files. These were included in install/bin before and are clear dependents of qpidmessaging.dll.
A script that should produce the installation is here:
cd qpid subst Q: . Q: mkdir install mkdir build cd build set QPID_BUILD_ROOT=%CD% :: run cmake cmake -G "Visual Studio 9 2008" ^ -DCMAKE_INSTALL_PREFIX="Q:/install" ^ -DBOOST_ROOT="%MY_BOOST%" ^ -DPROTON_ROOT="P:/install" ^ -DBUILD_DOCS="No" ^ ../cpp :: build/install qpid devenv qpid-cpp.sln /build "Debug|Win32" /project INSTALL devenv qpid-cpp.sln /build "RelWithDebInfo|Win32" /project INSTALL