Giter VIP home page Giter VIP logo

Comments (7)

raysan5 avatar raysan5 commented on May 21, 2024

Thanks procedural, I already uploaded new GLFW version 3.1 to develop branch. It will be integrated into master branch in next release (hopefully, in a couple of weeks).

from raylib.

raysan5 avatar raysan5 commented on May 21, 2024

It seems that there are linking problems with new version with MinGW (32bit) under Windows 8.1 (64bit). I have to take a look at this issue: : undefined reference to `__ms_vsnprintf'

from raylib.

 avatar commented on May 21, 2024

Yea, your libs define these symbols:

In glfw3.dll:

6e5ccd60 T ___ms_vsnprintf
6e5cd7b8 T __vsnprintf
6e5d33e4 I __imp___vsnprintf

In libglfw3.a:

         U ___ms_vsnprintf

And here I've compiled GLFW 3.1 today with mingw32 compiler on Windows 7:

In glfw3.dll:

6cc0b030 T ___mingw_vsnprintf
6cc0b030 T _vsnprintf

In libglfw3.a:

         U _vsnprintf

Try them and if they work for you, you can use them for raylib:
https://mega.co.nz/#F!5J4F0Z4L!rP8BtygpB5pAIV5gI6clJA

from raylib.

raysan5 avatar raysan5 commented on May 21, 2024

Thank you very much! It works for me! I integrate it into develop branch.

from raylib.

 avatar commented on May 21, 2024

Glad to help, @raysan5!

from raylib.

Yassine49 avatar Yassine49 commented on May 21, 2024

Thank you @procedural u save me from a looot o more searching

from raylib.

arin-c avatar arin-c commented on May 21, 2024

Cheers @procedural finally got to compile.

from raylib.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.