You can program a module that access standard dynamic libs also in Microsoft Windows you can use the ActiveX control after registering it.
import win32com.client
report = win32com.client.Dispatch("ReportMan.ReportManX")
report.AboutBox()
You can use also the python interface to the c library.