-
Notifications
You must be signed in to change notification settings - Fork 24
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
Issues building (Win 10 VS2017) #1
Comments
So I know I'm supposed to be referencing the bsf repository to build the examples. However I think there's something slightly off about finding the right path. I'm reading through Findbsf.cmake and also looking on CMAKLists.txt trying to change I'm also not sure if there is supposed to be a dependencies folder in bsfExamples, or if that would auto-generate if the bsf path was correctly being found. Maybe including bsf as a sub-repository in this examples repo would help get the pathing straight. Thanks man! I'll post on here if I figure it out on my own. |
Okay, I wasn't trying your latest push. After I synced it DID build, but the executables in the bin/x64/Release folder fail when opening. Here's the error: Unhandled exception at 0x00007FFADBA9F322 (bsf.dll) in ExampleLowLevelRendering.exe: 0xC0000005: Access violation reading location 0x0000000000000000. occurred |
Could try deleting your build folder running cmake from scratch? Or at least forcing a rebuild in VS? I made some changes recently that should resolve all issues - I'm able to run the examples properly on my end. If the problem persists let me know and we can go from there. |
I'm relatively novice in C++, so this may be a failure on my end. I followed the instructions to the T and was able to build the SLN file in the Build folder using CMake - but after that, when I try to build any of the projects, they fail at every #include.
Am I missing an implied step? Some config option? (Using x64 Release)
Thanks, your engine is awesome!
The text was updated successfully, but these errors were encountered: