tjheldna Posted August 16, 2016 Share Posted August 16, 2016 If you run the project and set a break point in app.cpp where my code starts you will see that Context::GetCurrent()->GetWindow() does not return the newly created window as it did before the update. https://drive.google.com/open?id=0B5DSbhngU7c5amVpbzkwQjdNZzg I went to try out the new GUI system too and ran into this issue around a week ago, but I just put that down to early development. Link to comment Share on other sites More sharing options...
Josh Posted August 17, 2016 Share Posted August 17, 2016 I think the headers and lib are out of sync. The debugger is going to the wrong command. 1 My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Crazycarpet Posted August 17, 2016 Share Posted August 17, 2016 I think the headers and lib are out of sync. The debugger is going to the wrong command. This is exactly what it looks like, my project external dependency for Entity.h has UnlockMatrix argument as a bool still, yet it compiles but crashes when trying t use Context::GetHeight for anything... How do i fix this? Link to comment Share on other sites More sharing options...
Josh Posted August 17, 2016 Share Posted August 17, 2016 I believe this is fixed. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts