You are here: Home Support Knowledge Base I Have a Problem I Cannot Compile my Application
Document Actions

I Cannot Compile my Application

Command Line Compilation

4make relies on program definition files for compilation. These files have a .def file extension, and contain information about the structure of the program. The format is simple:

TARGET=target_name
SOURCES=source_files

for example

TARGET=myprog.4ge
SOURCES=file1.4gl
file2.4gl
FORMS=form1.per
form2.per

Compiling from Hydra Studio

Click here for more information

Compilation Errors

To see all error numbers and corresponding messages please click here

Database Connection

Database connection page

Other problems

It is part of the system requirements of hydra that there must be a 'C' compiler installed.  These compilers are part of the Visual Studio install and Microsoft's Visual Toolkit (free).  With out one of these compilers installed your program will not compile and produce errors.