Results 1 to 3 of 3

Thread: Install issues

  1. #1

    Install issues

    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.

  2. #2

    Re: Install issues

    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.

  3. #3

    Re: Install issues

    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.
    Amnoxx

    Oh, and this code appears to be an approximate replacement for return(random() & 0x01);

    Phoenix Wiki
    http://www.phoenixlib.net/

    Phoenix Forum
    http://www.pascalgamedevelopment.com/viewforum.php?f=71

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •