InterviewSolution
Saved Bookmarks
| 1. |
How Do I Make Exe Files With Turbo Pascal? |
|
Answer» In Turbo Pascal, in the compile MENU, select COMPILE TO MEMORY. OPEN the menu again, and it should say COMPILE TO DISK. Then select COMPILE, and it will create the FILE XXX.EXE, where XXX is the name of your .PAS file. In Turbo Pascal, in the compile menu, select COMPILE TO MEMORY. Open the menu again, and it should say COMPILE TO DISK. Then select COMPILE, and it will create the file XXX.EXE, where XXX is the name of your .PAS file. |
|