Hi All, I am trying to run the QPID C++ client examples using Visual Studio 2005(VS 8). I am using examples of qpid0.6 I am using boost 1.42 for visual studio 2005 (VS 8).
I am getting the following errors during compiling. *qpid\client\connectionsettings.h(110) : error C2146: syntax error : missing ';' before identifier 'bounds'* *qpid\client\connectionsettings.h(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* *qpid\client\connectionsettings.h(110) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* *qpid\client\connectionsettings.h(123) : error C2146: syntax error : missing ';' before identifier 'minSsf'* *qpid\client\connectionsettings.h(123) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* *qpid\client\connectionsettings.h(123) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* *qpid\client\connectionsettings.h(128) : error C2146: syntax error : missing ';' before identifier 'maxSsf'* *\qpid\client\connectionsettings.h(128) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* *qpid\client\connectionsettings.h(128) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int* I ma new to qpid and I don't know actually where to look for the answer or where to post question. I am searching through the mail archives for a post but I am not finished yet. Some help will be greatly appreciated Regards, Zafar Ahmed Graduate Student Department of Computer Science University of Oklahoma Norman, OK USA,73019
