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

2005-08-29 Thread 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 resolve this problem with sending the output to a file, and then reading the f

[fpc-pascal] Re: KeyPressed

2005-08-29 Thread Lowell C. Savage
Thanks! That was it. I had been working on removing the video unit. I put it back in and yanked the drivers unit. Now it works. (Although I'm not sure if the program actually does use CGA graphics in another part of the program--in case it does, I'd appreciate any ideas people would have.)