Fresh IDE . Documentation
Not logged in

This repository is a mirror!

The original is located on: https://fresh.flatassembler.net/fossil/repo/fresh
If you want to follow the project, please update your remote-url

FreshLib directory: imports

Another directory that contains only OS dependent definitions is "imports" with a library file to be included in the project: "allimports.asm"

This file have to be included in the _IncludeSection of the application. Then it will generate the proper import section, depending on the target platform and functions used by the OS dependent parts of FreshLib.

The user should never call directly imported functions from inside the portable application.