The following example uses the MSDev compiler. You can use any supported compiler to build your custom application DLL.
To create a new project, enter:
Win32 Dynamic-Link Library
Select an empty DLL project.
Define project settings:
On the C/C++ tab, Category C++ Language, select the Enable Run-Time Type Information (RTTI) option.
On the C/C++ tab, Category Code Generation, modify the Use Run-time Library to “Multi-threaded DLL”.
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
Select Tools | Options. On the Directories tab, in the Include Files section, include the e-Biz Impact directories an necessary header files.
On the Directories tab, in the Library Files section, add the path of e-Biz Impact and other necessary library files.
Include your source code in the project and build the DLL.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |