Checklist for the application development

Please, go through this checklist before you start developing your 4gl applications.
We do not assure the correct Hydra behavior and its full functionality unless these requirements are met.

All the necessary environment variables are exported from environ:
env
C compiler is installed on your development station:
gcc -v
Source files have the necessary encoding:
file -bi [filename]
Hydra uses the correct DB driver:
echo $HYDRA_DB_DRIVER
The compiler architecture corresponds to your development needs:
readelf -h $HYDRA_DIR/bin/fglc
The necessary version of Visual C++ is installed on your development station:
cl.exe
ODBC connect to the database can be established:
isql -v <odbcini_entry>
Hydra uses the correct odbc.ini configuration file:
echo $ODBCINI