Heu, avec ce code...
Il me dit...Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14 program testgraph; uses graph; var GraphDriver, GraphMode : smallint; BEGIN GraphDriver := Detect; GraphMode := 0; InitGraph (GraphDriver,GraphMode,'') ; END.
1 / 1 graph.pas
Fatal: Syntax error, UNIT expected but PROGRAM found
Il s'attend à un UNIT mais il trouve program, je comprends pas trop... :(
J'utilise Dev-Pascal.