Overview of RemObjects Pascal distribution files
masterThe RemObjects Pascal distribution includes the following key components:
Core Engine
ifps3.pas: The runtime interpreter.ifpscomp.pas: The compiler.ifps3common.pas: Common types and constants used by IFPS3.ifps3lib_std.pas: The standard library.ifps3lib_stdr.pas: The standard library (runtime).ifps3utl.pas: Utility unit.ifps3_def.inc: Include file.
Integration and DLL Support
ifpidll2runtime.pas: Runtime DLL support.ifpidll2.pas: Compiler DLL loading support.ifpicall.pas: Call library used by all runtime calling units.ifpii_*.pas: Import libraries (compiler).ifpiir_*.pas: Import libraries (runtime).IFPS3CompExec.pas: A component wrapper around IFPS3.
Documentation and Examples
help/: Help documents (HTML format) and examples.demo/: Test application.demo_import/: Test application with class library.demo_kylix/: Kylix test application.