[fpc-pascal] fpc-2.2.4.i386-win32 - Pixel format necessary capabilities
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Apr 20 10:03:42 CEST 2009
On 13 Apr 2009, at 22:03, ferapac wrote:
> I have (2) questions:
>
> 1. How to force FPC to trigger messages when compilation fails ?
Use -vei, although those options should be on by default.
> 2. When I run bounce.pp in DOS; how to solve the message:
> "Pixel format with necessary capabilities not found."
I don't think we have a Dos version of the OpenGL unit, so I can't
imagine how this program would compile for Dos. If you mean "a Windows
command line window", then you probably have to modify the program so
that it uses a different pixel format that is supported by your OpenGL
driver. If you don't know how to do that, you may have to read some
OpenGL tutorials and/or documentation.
Jonas
More information about the fpc-pascal
mailing list