Tao problem
-
static void Main(string[] args) { Glut.glutInit(); I get a runtime error here "Cannot find freeglut.dll", while I downloaded this example code from the Code Project website. I installed SDLdotNet runtime environment, and the Tao.OpenGL and Tao.FreeGlut References are available in the solution. I haven't got a clue as to what is going wrong here, can someone tell me? Did I post this message in the right area? Ranger49
-
static void Main(string[] args) { Glut.glutInit(); I get a runtime error here "Cannot find freeglut.dll", while I downloaded this example code from the Code Project website. I installed SDLdotNet runtime environment, and the Tao.OpenGL and Tao.FreeGlut References are available in the solution. I haven't got a clue as to what is going wrong here, can someone tell me? Did I post this message in the right area? Ranger49
The first thing to try is putting freeglut.dll in the same folder as your .exe.
-
The first thing to try is putting freeglut.dll in the same folder as your .exe.
Alan Balkany wrote:
The first thing to try is putting freeglut.dll in the same folder as your .exe.
But 1) freeglut.dll was not in the SDL-sdk-win32-exe that I installed. And 2) I am using VC#2008 which works with .NET and I don't think VC#2008EE generates executables. Thanks so much for telling me this, but I think I already tried this... Ranger.
-
Alan Balkany wrote:
The first thing to try is putting freeglut.dll in the same folder as your .exe.
But 1) freeglut.dll was not in the SDL-sdk-win32-exe that I installed. And 2) I am using VC#2008 which works with .NET and I don't think VC#2008EE generates executables. Thanks so much for telling me this, but I think I already tried this... Ranger.
It's possible freeglut.dll was installed at a different location. Try using Windows Explorer to search your hard disk for this file. If you don't have it, your application won't run. (I have a hard time believing your compiler doesn't generate executables.)