Difference between revisions of "GO32V2"

From Free Pascal wiki
Jump to navigationJump to search
m (corrected some grammar/spelling errors, mention that only sources without assembler code may work without changes)
(copied/redacted some info on go32v2 from German page. Review welcome.)
Line 3: Line 3:
 
<br>
 
<br>
 
The latest stable version of Free Pascal (2.6.2) is available for download for the go32v2 DOS Extender. This means you can use a very modern compiler and all its features for DOS programming.
 
The latest stable version of Free Pascal (2.6.2) is available for download for the go32v2 DOS Extender. This means you can use a very modern compiler and all its features for DOS programming.
 +
 +
==Go32==
 +
Go32 is a so-called [http://en.wikipedia.org/wiki/DOS_extender DOS extender]. Use of this extender with FPC allows DOS programs to access more memory than would normally be possible with real-mode DOS (>640kb?).
  
 
==DOS Programming Links==
 
==DOS Programming Links==

Revision as of 10:54, 5 July 2013

Deutsch (de) English (en)


The latest stable version of Free Pascal (2.6.2) is available for download for the go32v2 DOS Extender. This means you can use a very modern compiler and all its features for DOS programming.

Go32

Go32 is a so-called DOS extender. Use of this extender with FPC allows DOS programs to access more memory than would normally be possible with real-mode DOS (>640kb?).

DOS Programming Links

  • The HTML version of SWAG (SourceWare Archive Group). This is an 28MB archive of source code and examples, mostly for DOS and Windows 3.1 programming with Turbo Pascal. Many snippets not involving assembler should however work without change on Free Pascal and many others are useful for any programming environment. The sources are mostly public domain, often well-documented and quite interesting. Some download links are broken, but there are many mirrors so keep trying until you find one that works.