On Mon, 2011-09-19 at 16:23 -0400, Darryl L. Pierce wrote: > I've enabled building QMF2 on Windows, but am stopped ATM due to > the ambiguous usage of uint32_t and uint64_t. Developer Studio isn't > used if the declarations want to use the boost:: or the Windows types.
IIRC the uint32_t and uint64_t types have to be specially defined for windows because they are not in the system header files (at least for Dev Studio 2008). Is it possible that somehow the QMF2 build is picking them up from multiple places? > > It's very odd, since the same basic classes, such as AgentSession, > compile fine under for QMF on Windows. I'm fairly sure that the QMF (v1) C++ code has been building on windows for some time. Andrew --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
