| 1. |
Solve : GNU Pascal 64-bit? |
|
Answer» Being a simple minded person, I'd like a simple to a question about GNU Pascal... I've looked at freePascal, but getting that to work in 64-bit mode seems complicated (at least for someone of my limited capabilities), but I've downloaded the 32-bit setup exe and I'm going to give that a try. Running it in "64-bit mode" won't really provide you with anything useful. Many modern IDEs such as Visual Studio 2015 are 32-bit applications. The important factor is that you can compile, debug, and run 64-bit programs, not whether the IDE or even the compiler is 64-bit. I thought I had USED FreePascal but I was mistaken, downloading and running it now is not what I remember. It does appear to model after a Text-based Turbo Pascal, so if you are looking for something similar to TP 5.5 that may work). What I was thinking of was a Pascal Development environment that I used, known as LAZARUS. Lazarus is a reasonably well-run project which I confused with FreePascal because it runs on TOP of FreePascal. It provides you with the tooling to develop Pascal programs, and uses the FreePascal compiler to compile. I thought that FreePascal included "Lazarus" which is a Pascal IDE, but I was mistaken. Lazarus can be found here. I believe it is also self-contained. It is effectively a Windows version of Pascal's development software, using standard Windows UI elements that you expect. It appears to be modeled after some of Borlands Early Pascal and Delphi Windows programs, so it will likely not be familiar to you. Turbo Pascal 5.5 was on DOS; their "Turbo Pascal" brand was fairly DOS-exclusive at least with regards to PCs, as I understand it. More importantly, Embarcadero, which is effectively Borland now (or at least owns Pascal/Delphi now) provides Turbo Pascal 5.5 for free. It can be found on their website here. You can probably get that into DOSBox similarly to TP7. |
|