Quickly create and test a new project. This example creates a project using Genero Studio
sample source files.
-
Select .
-
Save and name the project.
-
Expand the tree to see all default nodes in the project.
-
Right-click on the Application node and select . Navigate to the My Genero Files/samples/HelloWorld directory
and select and open HelloSource.4gl and
HelloSource.4fd.
-
Add a new Library node. Right-click on the Group
node and select New Library. Name the library Forms. Drag the
HelloForm.4fd file to the Forms node and drop it on top
of the Forms node.
-
To identify that the application is dependent upon the files in the new Forms library,
right-click on the Application node and select Advanced
Properties. Notice that the Forms node is not checked. Check the Forms node to indicate
that the application is dependent on the files in this library. Select
OK.
-
Right-click the Group or Application node, and
select Build to compile and link the files into an executable program. Check
the output of the build in the Output view.
-
If the build is successful, right-click the Application node and select
Execute to run the program through Genero Studio. The compiled and executable
files for the program are stored in the Target Directory specified.