You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ Here is my school project written in Turbo Pascal 7.0 in the 90s.
4
4
5
5
It's contains rich editing tools for modifying and creating matrix fonts. It's supports 8x8 and 16x8 font sizes. Note that all sources are have the CP866 encoding.
6
6
7
-

7
+

8
8
9
-

9
+
If you want to compile and start this project on the modern hardware be aware about the [Runtime error 200](https://en.wikipedia.org/wiki/Runtime_error_200).
10
10
11
-

11
+
To build this project you should use Borland Pascal or Turbo Pascal 7. Change the current dir to SRC using "File->Change dir" menu and select F_STUDIO.PAS as the "Primary file" in the "Compile menu". Also add path to the OBJ directory in the "Options->Directories" dialog.
12
12
13
-

13
+

14
14
15
-
If you want to compile and start this project on the modern hardware be aware about the <a href=https://en.wikipedia.org/wiki/Runtime_error_200>Runtime error 200</a>.
15
+

16
16
17
-
To build this project you should use Borland Pascal or Turbo Pascal 7. Change the current dir to SRC using "File->Change dir" menu and select F_STUDIO.PAS as the "Primary file" in the "Compile menu". Also add path to the OBJ directory in the "Options->Directories" dialog.
0 commit comments