Re: DLL Problem

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Steve McLellan (sjm_at_fixerlabs.com.NOSPAM)
Date: 02/12/04


Date: Thu, 12 Feb 2004 16:47:36 -0000


"woleksy" <woleksy@stmarys-ca-dot-edu.no-spam.invalid> wrote in message
news:402a9da8$1_2@Usenet.com...
> I am writing some OpenGL programs using GLUT as my windowing
> interface, Every time I try to run my programs I can compile them but
> then get the error
>
> application has failed to start because glut32.dll was not found
>
> glut32.dll is in the bin folder for vc7 in my visual studio dot net
> folder so I do have it
> Should I be putting it somewhere else so that the program can find it
> to use it or do I just need to re-get glut. Please help I have about
> 10 programs that are all having this same error
>
> Thanks for any help and your time
>
>
Usually sticking stuff in C:\Windows\System32 does the trick. It needs to be
somewhere in your PATH env variables since your app doesn't care where it
was compiled, so probably isn't looking in the ..../bin directory.

Steve



Relevant Pages

  • DLL Problem
    ... I am writing some OpenGL programs using GLUT as my windowing ... interface, Every time I try to run my programs I can compile them but ... glut32.dll is in the bin folder for vc7 in my visual studio dot net ...
    (microsoft.public.dotnet.languages.vc)
  • Re: creaping coupling......
    ... but it is a more strict contract than required. ... "I am capable of implementing things via interface XYZ i.e. ... consider specifically that we compile, deploy and then we delete a method to ... IWriteable pipe = new Pipe; ...
    (comp.object)
  • Re: Code Review requested: Postscript Interpreter
    ... or constraint checking functionality to a subset of an interface. ... quite tedious to enable trace messages for only a subset of functions, ... You can in essence compile ... I definitely recommend using the single file approach for major ...
    (comp.lang.c)
  • Re: ActiveX.exe question
    ... > the public interface still need registered in order to use them. ... Compile AXExe.exe against a Share on the TestPC ... Open a Standard-Exe-Project on your DevelopPC and name it AXTest ... Compile AXTest.exe against the Share on the TestPC ...
    (microsoft.public.vb.general.discussion)
  • Re: RAD vs. performance
    ... thus they fulfull the number interface and can be used interchangeably. ... I'm not about to ditch statically typed languages ... Because you need whole-program optimisation for a start. ... The benefits of static typing come at compile time. ...
    (comp.lang.misc)