comp.lang.ada
 help / color / mirror / Atom feed
* GNAT 3.15 - missing DLL after linking with OpenGL
@ 2002-12-02 16:01 John F. Haddon
  2002-12-03  1:03 ` Jerry van Dijk
  0 siblings, 1 reply; 2+ messages in thread
From: John F. Haddon @ 2002-12-02 16:01 UTC (permalink / 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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-03  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-02 16:01 GNAT 3.15 - missing DLL after linking with OpenGL John F. Haddon
2002-12-03  1:03 ` Jerry van Dijk

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