Bart House
|
70ac8a12af
|
Improvements to build.bat scripts used to build Windows builds. Remove CRT Secure warnings.
|
2017-09-05 13:14:13 +03:00 |
|
Bart House
|
51f7cb5e9d
|
Fix build errors with Visual Studio 2017 using latest SDK. We have yet another global namespace collision between window headers and nethack headers. This time it is the macro Protection that is defined before it is used in a function prototype in the windows headers.
|
2017-09-04 12:56:20 +03:00 |
|
Bart House
|
1bc3cbac7f
|
Additional changes needed to support Visual Studio 2017.
|
2017-09-04 12:56:20 +03:00 |
|
Bart House
|
8a5351c079
|
Upgrade to VS2017 and newer SDK.
|
2017-09-04 12:56:20 +03:00 |
|
Bart House
|
3614059379
|
Fix line endings (CRLF and extra space).
|
2017-09-04 12:56:20 +03:00 |
|
Bart House
|
5b08481637
|
Adding vs2015 solution file to starting set of files.
|
2017-09-04 12:56:19 +03:00 |
|
Bart House
|
ceaf2f6109
|
Create initial vs2017 files from vs2015 files.
|
2017-09-04 12:56:19 +03:00 |
|
Bart House
|
be4e0992e6
|
Fix crash that occurs when closing application window while invetory is displayed.
|
2017-09-04 12:52:18 +03:00 |
|
Bart House
|
497a0b47c8
|
Fixed compiler warhing of casting int to pointer.
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
4a4193ab37
|
Fixed compiler warning using pointer as UINT.
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
c9a82e8ae6
|
Fix compiler warning where we cast 32bit value to pointer.
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
878a18388c
|
Fixed coding error. strlen() returns size_t causing a size_t sized value pushed onto stack instead of long. On x64 builds, size_t != long. Caught via compiler warning in x64 build.
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
ee61f1b730
|
Use %p for formatted output of pointers (needed to support x86 and x64 cleanly).
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
1374d148d7
|
Removing unused function which also contained coding error (calling putc instead of fputc).
|
2017-09-04 12:41:53 +03:00 |
|
Bart House
|
78bee88b83
|
Turning off CRT secure warnings.
|
2017-09-04 12:41:53 +03:00 |
|