WebSphere Message Service Client for C/C++, Version 2.0.2 Operating Systems: AIX, Linux, Solaris, Windows

Building your own applications

You build your own applications like you build the sample applications.

About this task

This topic lists the prerequisites you need to build your own C or C++ applications. For additional guidance on how to build your own applications, use the makefiles provided for each sample application.

Tip: To assist with problem diagnosis in the event of a failure, you might find it helpful to compile applications with symbols included.

On Windows, if you are building a C or C++ application, make sure that your compilation settings are correct. All of the XMS libraries are compiled using the multithreaded runtime libraries. Therefore, when you are a building C or C++ application using the XMS libraries, make sure that your project or makefile compiler flag settings are set to select multi-threaded runtime libraries (/MD or, for debug, /MDd), and not single-threaded runtime libraries (/ML or, for debug, /MLd).

Build your C or C++ application, as described in Building the C or C++ sample applications


Task topic

Terms of Use | Rate this page

Last updated: 24 May 2011

(C) Copyright IBM Corporation 2005, 2011. All Rights Reserved.