comp.lang.ada
 help / color / mirror / Atom feed
From: "John F. Haddon" <jf_haddon@QinetiQ.com>
Subject: GNAT 3.15 - missing DLL after linking with OpenGL
Date: Mon, 2 Dec 2002 16:01:19 -0000
Date: 2002-12-02T16:01:19+00:00	[thread overview]
Message-ID: <3deb8264$0$22276$9b0f33e3@clyde> (raw)

Dear All,

I've just installed GNAT 3.15p and GNATWIN 3.15p on a Windows NT (and a
Windows 98) system and have tried to link with GLUT. Under Windows NT I get
the error message "The dynamic link library ll.dll could no be found in the
specified path". Under Windows 98, the error message is "Error starting
program, a required .DLL file, LL.DLL was not found". The path is OK and I'
ve done a search for the dll across the whole of both systems, both before
and after installation. It does not exist. The compile/link command
generates a valid executable under GNAT 3.14 that performs normally. The
program was ada_speres.adb, part of the standard distribution for GLUT3.7.6
To simplify the problem, I've reduced the program to a minimum and get the
same error.:

----------------------------------------------------------
with glut;
with Interfaces.C.Strings;

procedure test is
      Result  : Integer;
      C_Title : Interfaces.C.Strings.Chars_Ptr:=
Interfaces.C.Strings.New_String ("FRED");
begin
   Result := glut.Glutcreatewindow (C_Title);
   Interfaces.C.Strings.Free (C_Title);
end test;
-----------------------------------------------------------

Any help would be appreciated as I use Opengl in almost all my programs!

John

John Haddon, QinetiQ, Hants. GU14 0LX





             reply	other threads:[~2002-12-02 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-02 16:01 John F. Haddon [this message]
2002-12-03  1:03 ` GNAT 3.15 - missing DLL after linking with OpenGL Jerry van Dijk
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox