Top
PowerBSORT V7.0 User's Guide
FUJITSU Software

7.3 Points of concern when C language program is developed

In this section, it explains points of concern when the C language program that uses the BSORT function is developed.

About the environment variable

The environment variable influences not only the bsortex command, the bsort command, and OCX but also the executions of the C language program that uses the BSORT function. Therefore, when the C language program that uses the BSORT function is executed, it is necessary to set an appropriate environment variable.

About the compilation

When the C language program that uses the BSORT function is compiled, header file (bsrt.h) that PowerBSORT offers is necessary. This header file is stored in the INCLUDE folder.

About the link with the library

When the C language program that uses the BSORT function is compiled, it is necessary to link with library (f3besort.lib) that PowerBSORT offers. This library is stored in the LIB folder.

About the MultiThreading operation

The BSORT function doesn't correspond to the C language program that operates by the MultiThreading.