[ Foro de Pascal ]

Para compilar sdl con pascal

06-Oct-2020 15:45
Invitado (Iv?n Rodellas garc?a)
0 Respuestas

noentras2@debian:~/compila_pascal$ fpc -Fu exmple_sdl.pas
Free Pascal Compiler version 3.0.4+dfsg-22 [2019/01/24] for i386
Copyright (c) 1993-2017 by Florian Klaempfl and others
Target OS: Linux for i386
Compiling exmple_sdl.pas
Fatal: Cannot open file "exmple_sdl.pas"
Fatal: Compilation aborted
Error: /usr/bin/ppc386 returned an error exitcode


program sdltest;
{$linklib gcc}
{$linklib SDLmain}
uses sdl;
var
 scr: PSDL_Surface; // Our main screen
begin
 SDL_Init(SDL_INIT_VIDEO); // Initialize the video SDL subsystem
 scr := SDL_SetVideoMode(640, 480, 8, SDL_SWSURFACE); // Create a software window of 640x480x8 and assign to scr
 SDL_Quit; // close the subsystems and SDL
end.


Esto no es lo mismo que turbo pascal, ni stos, ni div, ni turbo c++1.0

Ufff

Ponga un ejemplo para compilar eso.




(No se puede continuar esta discusión porque tiene más de dos meses de antigüedad. Si tienes dudas parecidas, abre un nuevo hilo.)