Remember that you probably won't be able to convert an exe to a com if the exe stemmed from something with multiple units, since each unit will have its own code segment, but in com that isn't the case. Also if your exe is at all large (global variables plus code > 64K) it won't fit in a com.
The other option would be to try and get your hands on an older version. I believe TP3 was doing .com only. Unfortunately, I don't have a version of it anymore... but others might and they could compile the source for you
You will have a very hard time converting 7.0 code to 3.0 code (believe me, I started learning Pascal in version 3.0).
It had no units, keyboard handling was more difficult, you didn't have much memory (all the code and global variables had to fit in 64K) and you certainly couldn't use object.
On the other hand, turning off ^C was easier and compiled programs didn't have any trouble with fast CPUs.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.