I have a Delphi 7 app that was used with Accpac Plus to interface external data file, hash it and generate the import file for DOS AR. I now want to use the same extensive app with its many screens and database and modify it to validate data and create the batch in A4W. This requirement since the upgarde from DOS to Windows.
I want to use the XAPI to do this. I do not want to re-write this whole appliaction in VB. I am not an expert programmer, but know enough to have created this original app some time ago and have done a few small VB6 projects.
I understand I need to add the external component but according to the SDK that component is ACCPACXAPILib_TLB and I cannot find this. Even the Delphi example in the SDK does not compile and looks for this library. The only other one I see is XAPI32.lib elsewhere in another folder. The External API manual refers to C code that needs to be compiled. I do not have C at all.
Is there a way to use Delphi? How/what to do/where to find?
This is probably all simple stuff for experienced programmers, so would appreciate help from someone with a bit of patience. The old dog and new tricks story applies.
I want to use the XAPI to do this. I do not want to re-write this whole appliaction in VB. I am not an expert programmer, but know enough to have created this original app some time ago and have done a few small VB6 projects.
I understand I need to add the external component but according to the SDK that component is ACCPACXAPILib_TLB and I cannot find this. Even the Delphi example in the SDK does not compile and looks for this library. The only other one I see is XAPI32.lib elsewhere in another folder. The External API manual refers to C code that needs to be compiled. I do not have C at all.
Is there a way to use Delphi? How/what to do/where to find?
This is probably all simple stuff for experienced programmers, so would appreciate help from someone with a bit of patience. The old dog and new tricks story applies.