The BGI file is present... When I trace the program with F8, it works normally, when i try to start it with Ctrl-F9, DosBox window immediately closes. System is Win7, when I used XP, all programs worked normally.
A simple program Uses Graph; Var GD,GM:integer; Begin GD:=VGA; GM:=2; InitGraph(GD,GM,''); CloseGraph; End. […] Show full quote Uses Graph; Var GD,GM:integer; Begin GD:=VGA; GM:=2; InitGraph(GD,GM,''); CloseGraph; End. does not work...