Dean Butcher

Results 13 comments of Dean Butcher

This is ridiculous. I have no problem at all either way, but raising it as an actual issue is petty.

Why is it an "old school male response"? I said it doesn't matter either way! Answer me this "Mr Self-Righteous", how does it specifically help the female cause by having...

I haven't tested the code but this could be an issue. Why not issue a pull request after you have updated and tested the code? :)

Hi, It looks like you have not told your project in the settings how to find cyclone.lib. If you inspect the repo you can find the required static library in...

As mentioned before cyclone.lib is either not being found or simply failing to build as it is the startup project in the solution required by the subsequent examples. I _**may**_...

You could try at line 11: `configure_file(${CMAKE_SOURCE_DIR}/contrib/freeglut/bin/x64/freeglut.dll ${CMAKE_CURRENT_BINARY_DIR}/freeglut.dll COPYONLY)` and likewise for line 15. I haven't tested this but this is how I usually copy files in CMake.

Which version of gcc was used and was it compiled with -Werror ?

Are you able to build against the master branch? That's the one you should be using.

Have you been seeing any anomalies? The way you are presenting it is a different calculation.

I can see what you mean. Why not issue a pull request?