Jump to content

Regarding Visual Studio 2015


Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...