MineCraft-One-Week-Challenge
MineCraft-One-Week-Challenge copied to clipboard
Cant Compile the source code into visual studio 2019 solution
I have tried for months to get this working, and it seems that no matter what I do nothing can get this working at all. I have tried using cmake but it always fails and I have tied dragging all the files into a blank solution and linking SFML glm and glad but it still never works and I'm completely stuck
i have tried to use glm and glad and i get 118 errors every time. I also tried for months and now im writing a 3d engine myself without the use of any libraries. i dont know the answer, but i know that many have given up. i would also like to know the solution.
Hi @RealLaraCroft You tell in another issue that you managed to build the app. So can you update this issue by telling how you did it ? What was the problem you had ? Regards.
It would help if you said what the error are :eyes:
Are you still having problems with compilation now? Latest version uses CMake and should help resolve any issues you might have been having. I realize it's been a good few years but you can try it again if you wish.
@DreamHollow I believe I eventually resolved the problem, It had something to do with the debug version of SFML being used in release mode.