-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need help and support for vs 2015? #2
Comments
I realise there is a description page stating that vs2015 support is currently not there (yet). |
Thanks, it is my fault, after do some configuration, it is ok now From: michaelhiatt |
I have the same problem. Some projects crash when I try to run them. What did you do to get the code working in vs 2015? |
The error I get when building is a linking error, It says that it could not open glfw3_d.lib |
I was able to solve my problems. The first one was that the code was running on my CPU graphics card (which supports OpenGL 4.4). The second problem was that for some reason the models in the media folder were gone. I don't know how this could happen as I downloaded the repository recently, maybe they disappeared by using cmake (It is my first time using cmake, so I don't know). |
So how did you get those media files back, I run the solution in visual studio 2015, some project can run normally, some crashed when running the exe combiled
From: nldvos
Date: 2017-03-07 00:21
To: openglredbook/examples
CC: weifu010320307; Author
Subject: Re: [openglredbook/examples] Need help and support for vs 2015? (#2)
I was able to solve my problems. The first one was that the code was running on my CPU graphics card (which supports OpenGL 4.4). The second problem was that for some reason the models in the media folder were gone. I don't know how this could happen as I downloaded the repository recently, maybe they disappeared by using cmake (It is my first time using cmake, so I don't know).
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I downloaded the repository again (this time I did not used cmake) and copy pasted the bin/media folder. |
Thanks, I use cmake before, I should try to use the same method as you did.
From: nldvos
Date: 2017-03-08 17:21
To: openglredbook/examples
CC: weifu010320307; Author
Subject: Re: [openglredbook/examples] Need help and support for vs 2015? (#2)
I downloaded the repository again (this time I did not used cmake) and copy pasted the bin/media folder.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
The code can be compiled by vs 2015, but many project was crash when the start running those exe. Any suggest for this?
Book users from China, Perry, 2016/10/09
The text was updated successfully, but these errors were encountered: