Free Pascal 2.6.0
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler. It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 version also supports the Motorola 680x0. The following operating systems are supported: Linux, FreeBSD, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.
Free Pascal 2.6.0 full details
| File Size: | 35.00 MB |
|---|---|
| License: | Open Source |
| Price: | FREE |
| Released: | 2012-01-01 |
| Downloads: | Total: 35641 | This Month: 628 |
| Publisher: | Free Pascal Team |
| Publisher URL: | http://www.freepascal.org/ |
Download Free Pascal 2.6.0
Save Free Pascal to My Stuff
Free Pascal - Windows 7 Download awards
Free Pascal 2.6.0 full description
Free Pascal (aka FPK Pascal) is a 32 and 64 bit professional Pascal compiler. It is available for different processors: Intel x86, Amd64/x86_64, PowerPC, PowerPC64, Sparc, ARM. The discontinued 1.0 version also supports the Motorola 680x0. The following operating systems are supported: Linux, FreeBSD, Mac OS X/Darwin, DOS, Win32, Win64, WinCE, OS/2, Netware (libc and classic) and MorphOS.
Features:
· Very clean language Pascal is a very nice language, your programs will be more readable and maintainable than for example in C, and let's even forget about C++. And you don't need to give up the power, the Pascal language is as powerful as you want it.
· No Makefiles Unlike most programming languages, Pascal does not need Makefiles. You can save huge amounts of time, the compiler just figures out itself which files need to be recompiled.
· Pascal compilers are Fast with a big F and Free Pascal is no exception. Yes, you no longer need to grow roots while compiling your programs, just hit the compile key and it's done, even for large programs.
· Each unit has it's own identifiers In Pascal you never need to worry about polluting the namespace, like in C where an identifier needs to be unique accross the entire program. No, in Pascal each unit gets it's own namespace and that's very relaxed.
· Integrated development environment Free Pascal comes with an IDE which work on several platforms, in which you can write, compile and debug your programs. You will save huge amounts of time using the IDE, the best programming friend you have.
· Great integration with assembler Do you think pascal is for wimps who need to learn programming? WRONG! It's excellent for high tech programming and for the supreme nerds among you we have the integrated assemblers. You can easily mix assembler code and Pascal code, in the language you wish?
FPC 2.6.0 has been released! 2.6.0 is a major new version, which adds many post-Delphi 7 language features and adds or improves the support for various platforms.
The new features include, amongst others:
* Objective-Pascal dialect, supported on all Mac OS X and iOS targets
* Delphi compatibility mode improvements
o Nested types, class variables and class local constants
o Advanced records syntax (no constructors yet)
o (for..in) Enumerators in records
o Class and record helpers
o Generic records, arrays and procedural types
o Delphi-compatibility of general generics syntax improved
o Scoped enumerations
o Custom messages for "deprecated" directive
o Ability to use "" for escaping keywords
* New ARM code generator features
o ARM VFPv2 and VFPv3 floating point unit support
o Thumb-2 support (embedded targets only)
* The rtl and packages also got a lot of attention, see the release manifest.
Features:
· Very clean language Pascal is a very nice language, your programs will be more readable and maintainable than for example in C, and let's even forget about C++. And you don't need to give up the power, the Pascal language is as powerful as you want it.
· No Makefiles Unlike most programming languages, Pascal does not need Makefiles. You can save huge amounts of time, the compiler just figures out itself which files need to be recompiled.
· Pascal compilers are Fast with a big F and Free Pascal is no exception. Yes, you no longer need to grow roots while compiling your programs, just hit the compile key and it's done, even for large programs.
· Each unit has it's own identifiers In Pascal you never need to worry about polluting the namespace, like in C where an identifier needs to be unique accross the entire program. No, in Pascal each unit gets it's own namespace and that's very relaxed.
· Integrated development environment Free Pascal comes with an IDE which work on several platforms, in which you can write, compile and debug your programs. You will save huge amounts of time using the IDE, the best programming friend you have.
· Great integration with assembler Do you think pascal is for wimps who need to learn programming? WRONG! It's excellent for high tech programming and for the supreme nerds among you we have the integrated assemblers. You can easily mix assembler code and Pascal code, in the language you wish?
FPC 2.6.0 has been released! 2.6.0 is a major new version, which adds many post-Delphi 7 language features and adds or improves the support for various platforms.
The new features include, amongst others:
* Objective-Pascal dialect, supported on all Mac OS X and iOS targets
* Delphi compatibility mode improvements
o Nested types, class variables and class local constants
o Advanced records syntax (no constructors yet)
o (for..in) Enumerators in records
o Class and record helpers
o Generic records, arrays and procedural types
o Delphi-compatibility of general generics syntax improved
o Scoped enumerations
o Custom messages for "deprecated" directive
o Ability to use "" for escaping keywords
* New ARM code generator features
o ARM VFPv2 and VFPv3 floating point unit support
o Thumb-2 support (embedded targets only)
* The rtl and packages also got a lot of attention, see the release manifest.
Free Pascal 2.6.0 download tags
Free Pascal 2.6.0 Windows 7 release notes
New Release
- 0021008: [Documentation] PNG image is not embedded in CHM documentation (Michael Van Canneyt) - resolved.
- 0021029: [Compiler] wrong range-check errors reported with INLINE-functions (Jonas Maebe) - resolved.
- 0021058: [RTL] Function CeRapiUninit in rapi.pp always fails (correction included) (Marco van de Voort) - resolved.
- 0016345: [Packages] fcl-passrc cannot handle macros (Michael Van Canneyt) - resolved.
- 0021005: [Compiler] linking a pascal program for arm-gba fails (Florian) - resolved.
- 0021034: [Compiler] Since SVN revision 19977 bootstrapping 32-bit compiler fails. (Joost van der Sluis) - resolved.
- 0021003: [Packages] make packages fails. dummy include files are not found. (Florian) - resolved.
- 0020998: [Compiler] int64 (emulated) division by powers of 2 does not compile to shift (Florian) - resolved.
- 0021013: [Packages] Add unit glext to be compiled for win64 (Florian) - resolved.
[ Free Pascal release history ]
- 0021008: [Documentation] PNG image is not embedded in CHM documentation (Michael Van Canneyt) - resolved.
- 0021029: [Compiler] wrong range-check errors reported with INLINE-functions (Jonas Maebe) - resolved.
- 0021058: [RTL] Function CeRapiUninit in rapi.pp always fails (correction included) (Marco van de Voort) - resolved.
- 0016345: [Packages] fcl-passrc cannot handle macros (Michael Van Canneyt) - resolved.
- 0021005: [Compiler] linking a pascal program for arm-gba fails (Florian) - resolved.
- 0021034: [Compiler] Since SVN revision 19977 bootstrapping 32-bit compiler fails. (Joost van der Sluis) - resolved.
- 0021003: [Packages] make packages fails. dummy include files are not found. (Florian) - resolved.
- 0020998: [Compiler] int64 (emulated) division by powers of 2 does not compile to shift (Florian) - resolved.
- 0021013: [Packages] Add unit glext to be compiled for win64 (Florian) - resolved.
[ Free Pascal release history ]
Free Pascal for Windows 7 - Copyright information
All Free Pascal reviews, submitted ratings and written comments become the sole property of Windows 7 download. You acknowledge that you, not windows7download, are responsible for the contents of your submission. However, windows7download reserves the right to remove or refuse to post any submission for any reason.
Windows 7 Download periodically updates pricing and software information of Free Pascal full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Free Pascal license key is illegal and prevent future development of Free Pascal. Download links are directly from our mirrors or publisher's website, Free Pascal torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Windows 7 Download periodically updates pricing and software information of Free Pascal full version from the publisher, but some information may be out-of-date. You should confirm all information.
Using warez version, crack, warez passwords, patches, serial numbers, registration codes, key generator, pirate key, keymaker or keygen for Free Pascal license key is illegal and prevent future development of Free Pascal. Download links are directly from our mirrors or publisher's website, Free Pascal torrent or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, SendSpace, DepositFiles, DivShare, HellShare, HotFile, FileServe or MediaFire, are not used.
Free Pascal users' reviews
Free Pascal 2.4.2
review by noah obed (Apr 6, 2011)




but has got a problem with window screen resolution
Free Pascal 2.2.4
review by Jack (Aug 15, 2010)




Why is the version number for Windows7 (2.2.4) lower then the version number for XP(2.4.0)?
And where can I download an IDE for this version?
And where can I download an IDE for this version?
Free Pascal 2.2.4
review by Raynard (Aug 3, 2010)




Problèm under unbuntu 9.... with graphic mod
init graph its not avaible.(uses crt,gaph;var gm,gd :integer; )
Good day to you.
JRaynard
init graph its not avaible.(uses crt,gaph;var gm,gd :integer; )
Good day to you.
JRaynard
Post Free Pascal review
Windows 7 Free Pascal related downloads
... and rewarding world of computer programing with Ezy Pascal, the Pascal programing application specifically designed for new ...
Turbo51 is a free Pascal compiler for the 8051 family of microcontrollers. It ... a fast single pass optimizing compiler, Borland Turbo Pascal 7 syntax, full floating point support, mixed Pascal ...
paxCompiler is an embeddable compiler of Pascal, Basic and JavaScript programming languages that generates machine ... can customize and extend your Delphi, VC++ or Free Pascal application without having to recompile it. The ...
MIDletPascal compiles Pascal code into Java microedition programs. The generated programs ... · Write Java Midlets for mobile applications in Pascal. · Stand-alone development tools, no other applications required. ...
... Delphi Script) is a standalone executable interpreter of Pascal Script language, with a native support for graphical ...
My Account
My Saved Stuff
PNotes 8.5.106
Download Remove
SyMenu 1.14
Download Remove
WinZip 16.0.9661
Download Remove
IZArc 4.1.6
Download Remove
Quobi 2.0.1.4
Download Remove
Yascu 1.0.525
Download Remove
Wally 2.4.4
Download Remove
ARJ32 3.15
Download Remove
OkMap 10.4.1
Download Remove
uuSpy 1.11
Download Remove
iCopy 1.48
Download Remove
APlus 12.013
Download Remove
DSSF3 5.1.x.x
Download Remove
vLog 3.59
Download Remove
jFtp 1.54
Download Remove
Ares 2.1.8.3042
Download Remove
SIW 2011 1029
Download Remove
Download Remove
SyMenu 1.14
Download Remove
WinZip 16.0.9661
Download Remove
IZArc 4.1.6
Download Remove
Quobi 2.0.1.4
Download Remove
Yascu 1.0.525
Download Remove
Wally 2.4.4
Download Remove
ARJ32 3.15
Download Remove
OkMap 10.4.1
Download Remove
uuSpy 1.11
Download Remove
iCopy 1.48
Download Remove
APlus 12.013
Download Remove
DSSF3 5.1.x.x
Download Remove
vLog 3.59
Download Remove
jFtp 1.54
Download Remove
Ares 2.1.8.3042
Download Remove
SIW 2011 1029
Download Remove
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Free Pascal 2.6.0
- Easy Code for MASM 1.04.0.0006
- Ezy Pascal 6.00
- Visual Studio Professional Edition 2008
- Simply Fortran 1.0
- Python 3.2.2
- Intel Visual Fortran Composer XE 2011.0.104
- Fiddler 2.3.8.5
- Visual Prolog 7.3 B7302
- wxDEV-C++ 4.9.9.2
- Qt 4.8.0
- Open Fortran Parser 0.8.1
- NHibernate Profiler 1.0.0.0 B681
- BlitzMax 1.37
- PureBasic 4.51
- Visual Assist X 10.6.1832.0
- Wing IDE Personal 4.1.2-1
- Wing IDE Professional 4.1.1-1
- GNU Prolog for Windows (x64 bit) 1.4.0
- FreeBasic for Windows 0.23.0
Popular Tags
compiler
decompiler
programming language
language
basic language
basic
pascal
programming
free
exe
coding language
compile
java
Popular Windows 7 Software
- Turbo C++ 3.0
- Turbo Pascal 7.0
- DOSBox 0.74
- Java Runtime Environment 64bit 6.29
- Java Runtime Environment 6.29
- Free Pascal 2.6.0
- Microsoft .NET Framework 4 4.0.30319.1
- Notepad++ 5.9.8
- Visual Basic 6.0 HelpVistaXPDiamond 2.0.0.0
- BlueJ 3.0.7
- Easy Code for MASM 1.04.0.0006
- Microsoft .NET Framework 3.5 SP 1
- Delphi XE2
- Adobe Flash Player Debugger 11.1.102.55 Bet
- MyEclipse 10.0
© 2012 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.






