[fpc-pascal] libvga (graph unit)

2005-07-03 Thread Andres K. Foerster
Hello, I have a problem with the graph unit. The program compiles fine under GNU/Linux, but not on FreeBSD. The SVGAlib is installed. But when linking I get the following: | Linking grquiz | /usr/local/lib/fpc/2.0.0/units/i386-freebsd/rtl/cprt0.o: In function `_start': | /usr/local/lib/fpc/2.0.

Re: [fpc-pascal] how to beeeeep

2005-07-03 Thread Andres K. Foerster
Am Monday, dem 27. Jun 2005 schrieb Alain Michaud: >Is it still possible to produce a sound from the little speaker that > is (was) present in any PC. In Delphi the command was "beep" or > "sound(200,2)" or something like that ! > > I would apreciate if someone could tell me how to do it in