Using the C API in Lycia, you can call C functions in your 4GL code. C code cannot be embedded in Lycia 4GL, so to use it you must put it into a static or dynamic C library and then link this library to your program. Calling C functions from Lycia programs differs a bit from calling them using earlier compiler versions.
For C functions use, your programs must meet the following requirements:
The structure of this chapter is the following:
Migrating C-files (Functions, Libraries) from the Existing Project to Lycia