Compiling in Windows

Following is a typical compiler command line for C source files in Windows:

cl /c /I%DLC%\probuild\esqlc clidemo.c 

This is how the command uses the command line parameters:

Using proesql.h Function Prototypes

If you are using the ESQL function prototypes defined in the proesql.h header file, define either the _WINDOWS or FPROCS C preprocessor constants to the compiler. You can define these constants with the /D option (for example, /DFPROCS) or specify the /GA option to automatically define the _WINDOWS constant.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095