Dbmlsync API interfaces

There are 2 versions of the Dbmlsync API, one for C++ and one for .NET.

The C++ version is implemented in the DLL dbmlsynccli11.dll. Clients wishing to use this version should include the header dbmlsynccli.hpp in their C++ code and link against the import library dbmlsynccli11.lib. They must then distribute the dbmlsynccli11.dll file with their application. See Dbmlsync API for C++.

The .NET version of the API is implemented in the DLL iAnywhere.MobiLink.Client.dll. .NET applications can use the interface by including a reference to the DLL. See Dbmlsync API for .NET.