Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Part 1 The Basic for Developing Application> Chapter 2 Environment Setup> 2.1 API Configuration

2.1.3 C API

This section explains the configuration of C APIs.

mark1Directory Configuration for C APIs

When the Shunsaku APIs are installed, include files and library files are created in the following directories.

Shunsaku installation folder\Shunsaku\include:
This is the include file provided by the Shunsaku APIs.
Shunsaku installation folder\Shunsaku\lib:
This is the library provided by the Shunsaku APIs.

/opt/FJSVshnsk/include:
This is the include file provided by the Shunsaku APIs.
/opt/FJSVshnsk/lib:
This is the library provided by the Shunsaku APIs.

mark1Include File

A reference to this include file must be added to any application which uses a function from the Shunsaku APIs.

The include file is shown below.

Include file name

Usage

libshun.h

This file is referenced by each function in Shunsaku APIs.

mark1Library

The following file contains the C function library for creating applications:

f3hyshun.lib

Specify "/MD" as the compiler option for multithreading when creating applications in Windows environments.

libshun.so

Refer to the C API Reference for more information on the functions that can be implemented by using the libraries provided by the Shunsaku APIs.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006