Compiling the application  Example UNIX makefile

Chapter 2: Developing Custom Applications

Example Windows build procedure

The following example uses the MSDev compiler. You can use any supported compiler to build your custom application DLL.

  1. To create a new project, enter:

    Win32 Dynamic-Link Library
    
  2. Select an empty DLL project.

  3. Define project settings:

    1. On the C/C++ tab, Category C++ Language, select the Enable Run-Time Type Information (RTTI) option.

    2. On the C/C++ tab, Category Code Generation, modify the Use Run-time Library to “Multi-threaded DLL”.

    3. On the Link tab, Category General, add the following text in the Object/Library modules area:

      infr21.lib ndoxml16.lib cfg16.lib 
      ims53utils.lib ims53bus.lib
      
  4. Select Tools | Options. On the Directories tab, in the Include Files section, include the e-Biz Impact directories an necessary header files.

  5. On the Directories tab, in the Library Files section, add the path of e-Biz Impact and other necessary library files.

  6. Include your source code in the project and build the DLL.





Copyright © 2005. Sybase Inc. All rights reserved. Example UNIX makefile

View this book as PDF