Hi I need help about using QPID in ATL Project with Visual Studio 2008 enviroment under MS Windows XP/2003.
I become run time error by "open" instruction
Connection conn;
try {
conn.open(host, port, user, password); // "bad allocation" error !!!
...
} catch(const std::exception& error) {
...
}
Many tank's for your answer
