Generating the stub code  Example Windows build procedure

Chapter 2: Developing Custom Applications

Compiling the application

You can use any supported compiler to compile your application. The C++ or C-based code, along with the stub code generated by the NIDL stub code generator, must be linked with the following e-Biz Impact library files. Windows library files:

You must include the necessary e-Biz Impact directories and header files, which are located within x:\Sybase\ImpactServer-5_4\include on Windows and within ~/Sybase/ImpactServer-5_4/include on UNIX (where “x” and “~” represent the location where the e-Biz Impact server is installed), and specify the path of the library files. The following files are grouped by their subdirectory locations below Sybase\ImpactServer-5_4\include and /Sybase/ImpactServer-5_4/include.

Directories to include:

Header files to include:

Location

Header files

\include\IMPACT/ (Windows) and ~/include/IMPACT/ (UNIX)

  • DllSpec.h

  • System.h

  • Structs.h

\include\IMPACT/BUS (Windows) and ~/include/IMPACT/BUS (UNIX)

  • ApplicationMessages.h

\include\IMPACT/PLUGIN (Windows) and ~/include/IMPACT/PLUGIN (UNIX)

  • AcquirePlugin.h

  • ApplicationPlugin.h

  • Plugin.h

  • ServerPlugin.h

\include\IMPACT/UTILS (Windows) and ~/include/IMPACT/UTILS (UNIX)

  • Dfc.h

  • Directory.h

  • Erm.h

  • ErmMacro.h

  • Ipc.h

  • MapObject.h

  • RCPointer.cpp

  • RCPointer.h

  • Store.h

  • Sync.h

  • Thread.h





Copyright © 2005. Sybase Inc. All rights reserved. Example Windows build procedure

View this book as PDF