http://msdn.microsoft.com/mobile/You must use version 3.0 as version 4.0 does not support PocketPC.
http://msdn.microsoft.com/mobile/
For the C Bindings code base, see the C Bindings Programming Reference.
For general information see C Programming Reference, in particular the page Compilation Information. However, that page is now slightly out of date and this topic provides an update.
The root of the binary files, as well as the documentation and examples, is the C directory below the directory where you choose to install MQe.
Then in the C directory, the files are located as follows:
The header files are common to all the Native platforms, and can be found in the include directory below the installation directory.
This is the "root" header file. If this is included all relevant header files included for you.
#define NATIVE // or specify this as an option to the compiler #include <published/MQe_API.h>
You need to link against the following two libraries:
You need to include both these files. Then an optimizing linker removes links to any functions and constants that you have not used.
The other MQe libraries are statically and dynamically linked with the main API library and are included as required.