• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling [TFS 1.2][Windows7] How to generate a crash dump for Windows MSVC 2013

Shadow Dan

Sh4dowDan
Joined
Jun 5, 2010
Messages
344
Reaction score
88
Location
Poland
This is not working:
https://otland.net/threads/generati...-visual-c-2010-msvc-only.141725/#post-1364751

Using MSVC 2013 and TFS 1.2 ORTS

Anyone knows how to make crash log on windows 7?
I need to know what i should write in:
Code:
C/C++->Preprocessor->Preprocessor Definitions
when using release and what should i write in debug mode
could be really nice to see full list of definitions and explaination what it does
example:
"_CRT_SECURE_NO_WARNINGS" - removes warnings when compiling

I ask for preprocessor definitions because for an example if i write:
__CRT_SECURE_NO_WARNINGS__
it is not working
but if i write
_CRT_SECURE_NO_WARNINGS
it is working
small misstype and all is wrong

where should be crash report? inside data/logs/ or TFS folder/ or somewhere else?

When i compile in release i have no crash report.
When i compile in debug mode i have this errors when compile finished and no crash report:
http://wklej.to/OITah
 
Last edited:
Back
Top