Member since
12-03-2020
3
Posts
0
Kudos Received
0
Solutions
06-02-2021
11:59 AM
I was working with mini i cpp 0.7.0 version for windows system. I have tried building the minifi.exe which is compatible with the widows xp os, but was unsuccessful has the minifi cpp source files were built using the new windows 10 OS libraries. As some on the dll libraries in the cpp agent uses the dlls files present in the newer windows version example "initonceexecuteonce" from kernel32.dll.. which is a windows core os file which cannot be modified further. So the plan of minifi cpp execution on windows xp platform was dropped and used the minifi java for my implmentation.
... View more