MobiLink Synchronization Reference
MobiLink Synchronization Client
dbmlsync options
Preload specified dlls for Windows CE.
dbmlsync -pd dllname;...
When running dbmlsync on Windows CE, you should use the -pd option to specify dlls that need to be loaded. Otherwise, the correct dlls may not be loaded and an error may be generated.
Following are the dlls that need to be loaded for each communication protocol:
Protocol | DLL |
---|---|
TCP/IP | dbmlsock9.dll |
HTTP | dbmlhttp9.dll |
HTTPS | dbmlhttps9.dll |
You should specify multiple dlls as a semicolon-separated list. For example,
-pd dbmlsock9.dll;dbmlhttp9.dll