J.S.K
12-08-2008, 02:00 PM
I've written a RaceTrack program in C++ using Visual Studio 2005 under Windows XP. Everything is fine on a machine that has glut32.dll, .h, .lib. However, other computer that has no GLUT or compiler tool just throws error about reinstalling application: wrong configuration thing.
I heard Glut application executable can be run on other computers if we accompany it with glut32.dll file. It is not happening.. Is there anyway of making that executable run on other machine??
I heard Glut application executable can be run on other computers if we accompany it with glut32.dll file. It is not happening.. Is there anyway of making that executable run on other machine??