community.borland.com

Article #25144: Gpre outputs incorrect header file on Windows Platform

Problem:
When gpre-ing from an embedded application on Windows platform 
using either version 4.1 or version 4.2.1, the output file (xxxx.c) doesn't 
include the correct header file.  It includes gds.h rather than ibase.h.


Solution:
For V4.1 and V4.2.1 kit of InterBase, the functions in gds.h are included 
in ibase.h file.  Use ibase.h when asked for gds.h.  Either include ibase.h 
in the xxx.e before gpre or include it in the xxxx.c file, output file of gpre.

Note:  InterBase v5.x will correctly include the ibase.h header file instead 
           of gds.h

Last Modified: 28-SEP-00