When compiling 'portw' in freePascal for DOS, where can I get a list of the files that I need to include in compiling?
- Login or Signup Now to post comments
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 from Free Pascal – Open Source Compiler for Pascal and Object Pascal | Download. 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 Free Pascal | Download | DOS. The latest release for DOS version is 1.0.10. Just follow the information on these pages to get you going.
Regards
Sharath Reddy