e-Biz Impact supports the use of custom C++ and C-based applications as acquisition AIMs, delivery AIMs, and data processing applications. e-Biz Impact 5.4 and later provides a stub code generator that you use to generate code. This stub code, along with e-Biz Impact library files, is required to compile your custom C++ and C-based application as an e-Biz Impact plug-in.
Your AIMs can be client or server applications. Server applications can both service and make distributed function calls (DFCs), whereas client applications can only make DFCs to other applications.
Complete the following general steps to develop a C++ and C-based application:
Determine the application type (client or server). See “Determining the application type”.
Develop the application. See “Building the application”.
Generate the stub code. See “Generating the stub code”.
Compile the application. See “Compiling the application”.
Configure the application. See “Configuring the application”.
For additional information about calling C\C++ custom
library functions from ODL applications, see the e-Biz Impact ODL
Guide, Chapter 8, “Using Shared Libraries.”
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |