by Tdarcos » Thu May 08, 2014 6:52 pm
I wrote a program for ICJ using Free Pascal that was a conversion of a Delphi program to create a maze and in this case, write it out in a form usable for an Adventure game programming language. While it generated code for Hugo, it was still a good tool for implementing an otherwise tedious, repetitive task.
Jonsey and Pinback call it "The Genesis Device" and Jonsey said he was very pleased with it.
Thing was, while the original program I modified was written for Delphi, I was able to compile the program for both Windows 7 64Bit and for the old 32bit Power PC Macintosh, and except for the fonts being different sizes, the same program, unmodified, will compile correctly, and run identically on both platforms, Windows and Mac OS X.
I also wrote a program 16 years ago in Turbo Pascal. It was designed to test the possibility of the time and the date not being synchronized if a program was running when Midnight occurred between the date request and the time request. Originally run on a standard PC, it did about 6,000 date/time requests in one second.
The same program written for Turbo Pascal 16 years ago, except changed to write to a form instead of writing to the screen, was re-run under Free Pascal. On my 32-bit Macintosh, it was able to issue about 3 million time requests in one second. On my quad-core 64-bit Windows 7 machine, it did about 14 million requests in one second.
Yeah, Free Pascal is very compatible with Turbo and Delphi. In fact, I'm working on figuring out how to do a port to the IBM 370 / zSystem mainframe.
I wrote a program for ICJ using Free Pascal that was a conversion of a Delphi program to create a maze and in this case, write it out in a form usable for an Adventure game programming language. While it generated code for Hugo, it was still a good tool for implementing an otherwise tedious, repetitive task.
Jonsey and Pinback call it "The Genesis Device" and Jonsey said he was very pleased with it.
Thing was, while the original program I modified was written for Delphi, I was able to compile the program for both Windows 7 64Bit and for the old 32bit Power PC Macintosh, and except for the fonts being different sizes, the same program, unmodified, will compile correctly, and run identically on both platforms, Windows and Mac OS X.
I also wrote a program 16 years ago in Turbo Pascal. It was designed to test the possibility of the time and the date not being synchronized if a program was running when Midnight occurred between the date request and the time request. Originally run on a standard PC, it did about 6,000 date/time requests in one second.
The same program written for Turbo Pascal 16 years ago, except changed to write to a form instead of writing to the screen, was re-run under Free Pascal. On my 32-bit Macintosh, it was able to issue about 3 million time requests in one second. On my quad-core 64-bit Windows 7 machine, it did about 14 million requests in one second.
Yeah, Free Pascal is very compatible with Turbo and Delphi. In fact, I'm working on figuring out how to do a port to the IBM 370 / zSystem mainframe.