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