Compiling portw in a DOS version of freePascal
When compiling 'portw' in freePascal for DOS, where can I get a list of the files that I need to include in compiling?
When compiling 'portw' in freePascal for DOS, where can I get a list of the files that I need to include in compiling?
Hi Arlet, I will give you some web sites that can help you get files that you need to include in compiling.
1. Ideone.com – this is an online compiler and debugging tools
2. www.freebyte.com/programming/pascal/#pascal_compilers
3. en.wikipedia.org/wiki/compiler
4. www.mingw.org
5. Freepascal.org/news/var
6. en.wikipedia.org/wiki/list_of_compilers
Free Pascal is also known as FPK Pascal. It is a 32-bit and 64-bit professional Pascal compiler that is able to target numerous architectures of processor like:
Free Pascal supports major operating systems such as:
There are also other target architectures that are still under development and they include:
You can download the open source Pascal compiler.
The latest version released is version 2.6.0. But since you are looking for a DOS download version, it is also available.
You can download the DOS version of Free Pascal from here.
The latest release for DOS version is 1.0.10.
Just follow the information on these pages to get you going.