I need to interface to freemaster from my application written in Delphi.
Unfortunately, I have not found any examples that illustrate how it works using my development system.
I saw that it is possible to use it via Activex, but the import procedure inside the development system does not find anything related to Freemaster. I wanted to know if anyone has experience in this regard and is able to give me some guidelines to follow.
I would also like to go directly via mcbc12.dll, but I miss the interface unit to use inside Delphi, only the h file exists for C ++.
Dear Lorenzo,
I'm sorry I'm not familiar with how Delphi interfaces to ActiveX objects, so I can only give you some general comments. I believe you will need a type library to create a ActiveX wrapper object in Delphi.
You write about mcbc12.dll - this is a low level communication library of the older FreeMASTER version.
Regards,
Michal
Ok I'll try to do some tests to interface the ActiveX directly.
thaks
Lorenzo