Thank's for the response, perhaps it's my arch ( amd64 ) and compiler
2.0.0, but when I execute this code say :
./sdlver
1.5426178.-248
if I execute `$sdl-config --version` output is not the same :(
1.2.8
El mar, 30-08-2005 a las 08:23 -0500, Jeff Pohlmeyer escribió:
>
> > In Bach, Perl, can
Thank's for the page
El mar, 30-08-2005 a las 12:16 +0200, Alain Vitry escribió:
> FYI, see
> http://alain.vitry.free.fr/en/devel/devel-pascal.php
>
> Le 30 août 05, à 08:47, mondrillo a écrit :
>
> > Hello list,
> >
> > In Bach, Perl, can do set SDL_VER=`sdl-config --version`
> > and in envirom
Thanks, is the only think that I probe and runs ok!!!
program shell2;
uses baseunix, sysutils;
begin
writeln('glx-config Version:',fpGetenv('SDL_VER'));
end.
export SDL_VER=`sdl-config --version`; ./shell2
glx-config Version:1.2.8
Note. I have put the clause EXPORT because I'm usi
Hi,
Thanks to some excellent work from Giulio Berna, the support for BMP images
in the FCL has been greatly improved (and as such should impact Lazarus)
- BMP Reader enhanced to full Microsoft specs:
+ support for 15,16 bit bitmaps.
+ support for strange color masks at 16, 32 bpp
+ rle4 and
Am Dienstag, den 30.08.2005, 08:47 +0200 schrieb mondrillo:
> Hello list,
>
> In Bach, Perl, can do set SDL_VER=`sdl-config --version`
> and in enviroment has the variable SDL_VER=1.2.3 for example.
> echo $SDL_VER
> 1.2.3
> But in Pascal non have the setenv() procedure as in C :(
>
> Actualy I
On Tue, 30 Aug 2005, mondrillo wrote:
> Hello list,
>
> In Bach, Perl, can do set SDL_VER=`sdl-config --version`
> and in enviroment has the variable SDL_VER=1.2.3 for example.
> echo $SDL_VER
> 1.2.3
> But in Pascal non have the setenv() procedure as in C :(
>
> Actualy I resolve this problem w
FYI, see
http://alain.vitry.free.fr/en/devel/devel-pascal.php
Le 30 août 05, à 08:47, mondrillo a écrit :
Hello list,
In Bach, Perl, can do set SDL_VER=`sdl-config --version`
and in enviroment has the variable SDL_VER=1.2.3 for example.
echo $SDL_VER
1.2.3
But in Pascal non have the setenv() p