I am getting the same error on 2 different machines. The first has an NVidia Geforce4 MX 440 card, while the second has an onboard SIS card. Both have the latest driver installed, but oddly enough the opengl32.dll is the same on both machines. NVidia has a DLL called NVOPENGL.DLL. I tried using it but it gives me an export error in the glu32.dll.

The original error I get is "The lazarus.exe file is linked to missing export OPENGL32.DLL:wglSwapMultipleBuffers". I don't really know what opengl version is supported by the original opengl32.dll.

Andreas

Christian U. wrote:

you cannot just copy and paste another opengl32.dll
this is the interface for opengl to your graphics driver.
please leave the opengl32.dll of your os.
i think you dosend have an accelerated graphiccard ?
then you can use mesa software driver http://www.mesa3d.org/
if you have an accelerated board that supports opengl (most nvidea or ati
boards)
then use a new driver from the vendor.

what was the first export that arend there ?
and what opengl version does your first opengl32.dll support ? < 1.0 ?

you can also contact me per mail if you have more questions about glscene
or your driverproblem is not solved after this

gruss
Christian

----- Original Message -----
From: "Andreas Berger" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, October 17, 2005 9:04 PM
Subject: [lazarus] glscene problems


I finally got around to installing glscene. First of all I was informed
of a missing export in the "opengl32.dll" file (I am using Win98 SE). I
found Version 5.0 of this dll and installed it. Now I get the following
error: "The OPENGL32.DLL file is linked to missing export
GDI32.DLL:GdiSwapBuffers". I can not find a newer GDI32.dll. Can someone
help me with this?

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives




_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives



_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to