Previous Topic

Next Topic

Introduction

The esql command takes as input a set of esql source files (by convention, files with .pc as the file name extension) and generates corresponding C source files (.c files). The C source files are compiled and linked using the C compiler and linker to create and application executable ( .exe file).

The following figure illustrates the sequence of using esql to create executable files.

ESQL Compilation Process