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