Home > Back-end >  Delphi 7.0 can call SAPI 5.4?
Delphi 7.0 can call SAPI 5.4?

Time:11-12

Delphi 7.0 can call SAPI 5.4?

Online looking for example is 5.1, couldn't find how to call 5.4, could you tell me the great spirit, how to call this product

CodePudding user response:

Try to import the type library, there is no d7, don't try

CodePudding user response:

5.4 should be compatible with 5.1 API.

CodePudding user response:

After the 5.1 API installed displays the API version 5.4

CodePudding user response:

The following connection D6 compiled, D7 definitely: https://download.csdn.net/download/qq_29535837/11156023

CodePudding user response:

SAPI is architecture based on COM, D7 and XE can create
  • Related