| Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - | 
			Contents
			Index
			![]()  
		 | 
	
| Part 1 The Basic for Developing Application | > Chapter 2 Environment Setup | > 2.1 API Configuration | 
This section explains the configuration of C APIs.
Directory Configuration for C APIsWhen 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.
Include FileA 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.  | 
LibraryThe 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
			![]()  
		 |