[openamq-dev] client application link problem

blog blog at yankeeboysoftware.com
Mon Dec 10 14:21:49 CET 2007


nd the solution to that is to simply #undef the offending symbol before
including base.h  I think base.h should check for this before defining
it though ?


#ifdef __NO_CTYPE
  #undef __NO_CTYPE
#endif

extern "C"
{
#include "base.h"
#include "amq_client_connection.h"
#include "amq_client_session.h"
}



More information about the openamq-dev mailing list