Всем привет, пробовал подключить в лазарус(фри паскаль) 3д модель не смог попытался подключить картинку то же самое, что и с картинкой
tank.pas(17,17) Error: Call by var for arg no. 2 has to match exactly: Got "LongInt" expected "SmallInt" tank.pas(18,19) Error: Call by var for arg no. 2 has to match exactly: Got "LongInt" expected "SmallInt" tank.pas(26,7) Error: Incompatible types: got "AnsiString" expected "LongInt" tank.pas(36,7) Error: Incompatible types: got "AnsiString" expected "LongInt" tank.pas(41) Fatal: There were 4 errors compiling module, stopping
Код
program tank; uses crt, graph; var a,b,c : string; q,t,gd,gm : integer; key : char; label 1;