eezstreet Posted April 3, 2015 Share Posted April 3, 2015 Visual Studio 2015 will have issues compiling older code due to it using a completely new CRT (C runtime library). This means that any .libs that you have used will have to be recompiled from scratch. I strongly advise against using it unless you're an advanced user/OpenJK and co. release new windows libraries for it. That is all. Link to comment
minilogoguy18 Posted April 3, 2015 Share Posted April 3, 2015 @@DT85, this could be related to the random crashes I experience using the DF2 recompile of OpenJK using 2015. Someone tell me how to generate a crash log and I'll post it here since it's the only known version atm to have been compiled with VS 2015. Link to comment
eezstreet Posted April 3, 2015 Author Share Posted April 3, 2015 There isn't a way to generate a crash log, to my knowledge. @@ensiform or @@Xycaleth might know more. Link to comment
Tempust85 Posted April 3, 2015 Share Posted April 3, 2015 I compile with 2013, not 2015. Link to comment
Didz Posted April 4, 2015 Share Posted April 4, 2015 For the record; from Windows Vista onwards, you can create a dump file for any process from the Task Manager. Right click on a process in the list and click Create Dump File. It'll take a while to generate, but after it's done it'll show you where it's saved. Dump files can be used to debug the state of the process in Visual Studio as it was when it was running. They're much more useful if you have the .pdb files for the game EXEs and DLLs there too. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now