Downloads - dungwinux/fpconsole GitHub Wiki

FPConsole's downloads here, sorted by latest.
You can, as well, visit the Releases page.
IMPORTANT NOTE: FPConsole needs the Free Pascal Compiler (FPC) in order to work. You can download FPC here.

Quick navigation

  1. Version 1.5.1
  2. Version 1.5
  3. Version 1.3
  4. Version 1.2.2
  5. Version 1.1 Final
  6. First Official Release

Version 1.5.1

Windows
Linux

Change log

  • Fix SysFind function which didn't work properly
  • Add icon

Checksums

Windows

i386
  • MD5: ee535df16d18ce04f2d4f61b44afe629
  • SHA1: 6ed69ad7d28d87c0bdfe22b8ca31509af3258128

x86_64

  • MD5: 739e9e8b75e95abd77991abc76b57f9e
  • SHA1: cc3f27d6c3462f1ac0194379714b4eeeaa01c96f

Linux

i386
  • MD5: dbfd8b863b746ae95e309829838a305c
  • SHA1: 907617dfa7865b0e601b7282387961ff3a637a28
x86_64
  • MD5: d1e5fe984b97191ef987589183d9a0db
  • SHA1: e45083d543a55762d70cadffd78161343b255002

Version 1.5

Windows
Linux

Change log

  • Open the default editor to edit code before compiling (-fe) (#13)
  • Show execution time (#11)
  • Code can now be executed with custom parameters
  • Add text color
  • Change input folder

Checksums

Windows

i386
  • MD5 : cd9b5389b4ad68920bca5b7b98b727db
  • SHA1 : bf8bf046fffeaf2c99f031ac3144f5c2dbcc62d3
x86_64
  • MD5 : 7d0c25224d1819854c2ecaa5c9f14dd4
  • SHA1 : 416626b87226be0fe4e271720a232bc82e55fe4e

Linux

i386
  • MD5 : 7fc444f6b70e002ac5c571a721ab662c
  • SHA1 : 5288786723572c25a7ba7769235cfd2335463d26
x86_64
  • MD5 : d2261a5c003ceae8cbec709fff08ff13
  • SHA1 : 892ca978f00cdecbf6b847faec2e262168bd7139

Version 1.3

Windows
Linux

Change log

  • Resolve issue #5
  • Add compatibility for the Linux operating system

Checksums

fpconsole.exe

  • MD5 : FEDBD2AC071BE404E863B34B74A4889C
  • SHA1 : 8AB9B5AFDCA91D4F51A22146A61276C72E813AEE

fpconsole64.exe

  • MD5 : 61851EC458B79CFC97193C4AAF75F8AC
  • SHA1 : E7D9F55473BB4FCEA04BD4907DEBA5034763A43B

fpconsole

  • MD5 : D7C20BF7FE1F35EC2C5D6AAEA7DCB545
  • SHA1 : B0BF7613EE966A20C22E768D351C6236929B65AF

Version 1.2.2

Windows

Change log

  • Change program's working folder to %TEMP%
  • Add new switches: -h, -c, and -fs

Version 1.1 Final

Windows

Change log

  • [New Feature] Find path to Free Pascal Compiler automatically
  • [New Feature] Include Var.dat, const.dat, type.dat, unit.dat for additional declarations
  • [New Feature] -f switch
  • [Persisted Bug] Binaries won't be deleted if the code runs into a runtime error or if the code never runs to an end

First Official Release: Version 1.1

Windows

Change log

  • [New Feature] Find path to Free Pascal Compiler automatically
  • [New Feature] Include Var.dat, const.dat, type.dat, unit.dat for additional declarations
  • [New Feature] -f switch
  • [Persisted Bug] Binaries won't be deleted if the code runs into a runtime error or if the code never runs to an end