PDA

View Full Version : Install issues



blackvoid
23-02-2009, 08:50 AM
I cannot install the package. I am using Delphi 7 Professional.

First, I had to delete all the region related directives, but thats OK. But after that it says glfw.dll not found. Ok there is a glfwdll.dll, I renamed it to glfw.dll.
Then: The procedure entry point for glfwEnable could not be located in glfw.dll.

Frustrating.

jdarling
23-02-2009, 02:19 PM
You really need to learn how to use Google or another search engine. Again this is a library file that you will need to download and place in your application path.

GLFW is an OpenGL framework that is extremely simple to locate. Though, unlike DX, its licensing would allow redistribution within the package.

Andreaz
23-02-2009, 06:37 PM
The glfw.dll should be in the bin folder if youre using the old version, in the new version its located in the bin folder of each demo.