Preload specified DLLs for Windows CE.
dbmlsync -pd dllname;...
When running dbmlsync on Windows CE, if you are using encrypted communication streams you must use the -pd option to ensure that the appropriate DLLs are loaded at startup. Otherwise, dbmlsync will not attempt to load the DLLs until they are needed. Loading these DLLs late is prone to failure due to resource limitations on Windows CE.
Following are the DLLs that need to be loaded for each communication protocol:
Protocol | DLL |
---|---|
ECC | mlcecc10.dll |
RSA | mlcrsa10.dll |
FIPS | mlcrsafips10.dll |
You should specify multiple DLLs as a semicolon-separated list. For example:
-pd mlcrsafips10.dll;mlcrsa10.dll