Command line tools

Lycia Command Line Tools

Correspondence of Informix and Lycia Tools and Commands

Lycia Command Line Tools

Along with other components, Lycia Development Suite comprises different command line tools.

On Windows, the Lycia command line environment is invoked by executing environ.bat in the command line

On Unix, prior to start working with the command line tool, the corresponding environment must be set. This can be done as follows:

cd <directory where Lycia is installed>

. ./environ 

Make sure there is the space between the first "." and the second "."

Lycia allows several types of the command line tools invocation, they are as follows:

The flowchart below shows the process of compiling linking deploying and running 4GL and C source files using the command line tools

Return to top

Correspondence of Informix and Lycia Tools and Commands

C Compiler Command RDS Command Effect of the Command Lycia Tool Details
i4gl r4gl Enter programmer's environment

Lycia VS Code Extension

LVSCE is an IDE created to meet all the 4GL development needs.
c4gl sfile.4gl fglpc sfile Compile 4GL source file sfile.4gl qfgl Compiles *.4gl files into *.4o files.
      qxcc Compiles *.c files into *.o files.
      qxld Links *.o to C libraries: static C libraries *.a (Linux), *.lib (Windows); dynamic C libraries *.so (Linux), *.dll (Windows)
      qlink Links 4GL libraries (.4a), 4GL programs, 4GL web services. Input files formats: *.4o, *.4a, *.lib, *.a, *.dll, *.so
fglgo   Run the application qrun For app running, you can also use the RUN statement: RUN "<appname>" or RUN "qrun <appname>".
Note: Using the qrun tool or the RUN command invokes running programs in the headless mode (but first, enable the headless mode for your copy of LVSCE using the environment variable QX_HEADLESS_MODE=1). For full GUI mode, run the app in the browser using LVSCE program menu commands.

 

Return to top

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.