You can use any development environment to create a processing extension; however, your plug
When writing the extension, you must include the iplugin.h
header file, which can be found on the Crystal Enterprise CD in the following directory: <drive>:\samples\processext
.
The contents of this file are described in the Processing Extension API. The header file defines a number of API calls. No matter which language you use to implement the extension, you must call these functions using a standard C
For an example of how to use the API, see simpleclient.dsw
, which is located on the Crystal Enterprise CD: <drive>:\samples\processext\simpleclient
.
The sample was developed in Microsoft Visual C++, and has been written in C++. An example Makefile has also been included for UNIX developers.
Note: On Windows systems, dynamically loaded libraries are referred to as dynamic
Crystal Decisions, Inc. http://www.crystaldecisions.com Support services: http://support.crystaldecisions.com |