lazarus/components/PascalScript/Source
mattias c2b0e049ef set trunk version to 2.0.0PreRelease
git-svn-id: trunk@59008 -
2018-09-15 19:41:22 +00:00
..
Glyphs
arm.inc
changelog.txt
eDefines.inc
Makefile
Makefile.compiled
Makefile.fpc
PascalScript_Core_Ext_Reg.pas
PascalScript_Core_Glyphs.rc
PascalScript_Core_Glyphs.res
PascalScript_Core_K3.kof Adding PascalScript from REM Objects 2012-08-27 11:02:51 +00:00
PascalScript_Core_Reg_noDB.pas
PascalScript_Core_Reg.pas
PascalScript_RO_Glyphs.rc
PascalScript_RO_Glyphs.RES Adding PascalScript from REM Objects 2012-08-27 11:02:51 +00:00
PascalScript_RO_Reg.pas Adding PascalScript from REM Objects 2012-08-27 11:02:51 +00:00
PascalScript.inc
pascalscript.lpk PascalScript: update the license form origin 2015-01-14 20:47:26 +00:00
pascalscript.lrs IDE: HiRes icons for palette PascalScript (by Roland Hahn). 2017-12-02 14:44:19 +00:00
pascalscript.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
pascalscriptfcl.lpk PascalScript: Update to origin GIT: 97eefc260b41ba51328d95b4ed43669f38655720 2015-01-05 02:07:35 +00:00
PascalScriptFPC.inc PascalScript: update to origin git 466ab97b370687e7053a945d0a55aef7f260e7f3 2015-01-14 18:22:48 +00:00
powerpc.inc
readme.txt
uPSC_buttons.pas
uPSC_classes.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSC_comobj.pas Pascalscript: removed lots of differences we had with upstream version 2017-10-25 21:33:11 +00:00
uPSC_controls.pas
uPSC_dateutils.pas
uPSC_DB.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSC_dll.pas
uPSC_extctrls.pas
uPSC_forms.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSC_graphics.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSC_menus.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSC_std.pas
uPSC_stdctrls.pas
uPSCompiler.pas
uPSComponent_COM.pas
uPSComponent_Controls.pas
uPSComponent_DB.pas Adding PascalScript from REM Objects 2012-08-27 11:02:51 +00:00
uPSComponent_Default.pas
uPSComponent_Forms.pas
uPSComponent_StdCtrls.pas
uPSComponent.dcr Adding PascalScript from REM Objects 2012-08-27 11:02:51 +00:00
uPSComponent.pas
uPSComponentExt.pas
uPSDebugger.pas Updated Pascalscript to 5814bd027db6fee3243b434da96661d7b3e8f718 2017-10-14 14:21:16 +00:00
uPSDisassembly.pas
uPSPreProcessor.pas
uPSR_buttons.pas
uPSR_classes.pas
uPSR_comobj.pas
uPSR_controls.pas
uPSR_dateutils.pas Pascalscript: removed lots of differences we had with upstream version 2017-10-25 21:33:11 +00:00
uPSR_DB.pas
uPSR_dll.pas
uPSR_extctrls.pas
uPSR_forms.pas
uPSR_graphics.pas
uPSR_menus.pas
uPSR_std.pas
uPSR_stdctrls.pas
uPSRuntime.pas PascalScript: Undo r57289 #488478cd6e part of issue #33134 comment 0107619 2018-04-06 12:32:38 +00:00
uPSUtils.pas
uROPSImports.pas
uROPSServerLink.pas
x64.inc
x86.inc

RemObjects Pascal

Files in this distribution:
help/                  - Help documents (html format) and examples
demo/                  - Test application.
demo_import/           - Test application with class library.
demo_kylix/            - Kylix test application.
ifps3.pas              - The runtime interpreter
ifpscomp.pas           - The compiler
ifps3common.pas        - The Common types and constants used by IFPS3
ifps3lib_std.pas       - The standard library
ifps3lib_stdr.pas      - The standard library (runtime)
ifps3utl.pas           - The utility unit
ifps3_def.inc	       - The include file
readme.txt             - Readme (this file)
license.txt            - License Agreement
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

http://www.carlo-kok.com/

Installing:

The .dpk file was build with Delphi 7, if you don't have Delphi 7, it might
complain about missing packages, you can remove those from the requires list
and remove and compiler directives it will complain about. Install the .dpk
file, and add the IFPS3 directory to your search paths.