C Board  

Go Back   C Board > General Programming Boards > Game Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 10-29-2009, 08:29 AM   #1
Registered User
 
Join Date: Sep 2008
Posts: 47
Windows 7: Program unable to find glut/glfw dll?

I've been trying to compile my glut programs in Windows 7 Professional (64bit) using MinGW in Code::Blocks. All of the .a, .dll and .h files are in the right places, but when I try to run the program it says that glut32.dll is missing from your computer. It's definately in my System32 folder.

So decided to try it with GLFW instead and I get the same error, that it GLFW.DLL is missing from your computer.

It works when I put it in the folder with the .exe, but for some reason it won't work when in the system32 folder.

Are there any known issues concerning this, or is it just me?

Thanks for any help =).

Last edited by Jake.c; 10-29-2009 at 08:32 AM.
Jake.c is offline   Reply With Quote
Old 10-29-2009, 03:59 PM   #2
Registered User
 
Join Date: Jul 2008
Posts: 8
You might not want to place files directly in to the system32 directory, since Windows might not like it.

You are better off with having your GLUT DLL file in the same directory as your executable.
Florian is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
g++ compiler errors with vector class after installing/uninstalling libstlport Gatemaze C++ Programming 2 09-16-2009 06:00 AM
Client-server system with input from separate program robot-ic Networking/Device Communication 3 01-16-2009 03:30 PM
Just starting Windows Programming, School me! Shamino Windows Programming 17 02-22-2008 08:14 AM
Program works on Windows XP and 2000, not on 98 or ME MidnightlyCoder C++ Programming 7 03-10-2006 03:36 PM
How do u know if your program works on windows xp, or doesn't work on older windows ? Unregistered C Programming 6 01-07-2002 02:46 AM


All times are GMT -6. The time now is 07:01 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22