C++ implementation of the reverse connector API of Click2Sync for AdminPAQ 11 CONTPAQi
- Load in Dev-C++ as C++ project
- Use MinGW with C++ 11 with 32 bit or 64 bit depending on the DLL of your AdminPAQ installation
- Missing libraries (check include files to understand which libraries to include)
- Missing MGW_SDK.dll files from AdminPAQ installation
- Create folder C:\c2srcsrvc
- Build project and copy ReverseConnector.exe in c2srcsrvc folder
- Copy "config.json" to "C:\c2srcsrvc"
- Register as a service running "installservice.bat"
- Change the paremeter "executionmode" to "service" located in "C:\c2srcsrvc\config.json"
- Start the windows service named "Click2Sync"
- Change the paremeter "executionmode" to "debug" located in "C:\c2srcsrvc\config.json"
- Run C:\c2srcsrvc\ReverseConnector.exe