Determining version compatibility with custom PODS and M-Business Client

The PODS that you compile using source files supplied with M-Business Anywhere version 6.5 and later will be compatible with M-Business Client version 7.0 and later. PODS compiled from source files supplied with earlier versions of M-Business Anywhere may have to be recompiled to work with M-Business Client version 7.0 and later.

To determine whether you need to recompile your PODS
  1. Locate the pods.h file in the C source files that were used to compile the PODS in question.

    You specified the location for your PODS source files when you downloaded the pods.zip file. See Downloading and working with the PODS sample files.

  2. Inside pods.hLocate the line defining PODS_VERSION:

    #define PODS_VERSION <##>
  3. If the value for <##> is 40 or greater, you do not need to recompile your PODS.

    If this value is less than 40, you will have to recompile your PODS to be compatible with M-Business Client version 7.0 and later.

    Note

    If you still have doubts as to whether your PODS are compatible with M-Business Client version 7.0 and later, iAnywhere recommends that you recompile those PODS with the current source files.