[fpc-pascal] Re: set envirom variable with pascal in linux

2005-09-02 Thread Jeff Pohlmeyer
> In Bach, Perl, can do set SDL_VER=`sdl-config --version` > But in Pascal non have the setenv() procedure as in C :( > ... > Actualy I resolve this problem with sending the output to a file, and > then reading the file. It sounds to me like you just want a global variable, not an environment va

[fpc-pascal] Re: set envirom variable with pascal in linux

2005-08-30 Thread mondrillo
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