Tom Schumann
2018-05-06 21:46:23 UTC
I'm trying to compile https://github.com/ValveSoftware/source-sdk-2013 in
Visual Studio 2017 which I know isn't supported, but I've generated a .sln
using the fix at https://developer.valvesoftware.com/wiki/Source_SDK_2013,
but I get compile errors which I can't figure.
Most of the problems seem to be in memoverride.cpp - I get a few errors on
line 122 of
https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/public/tier0/memoverride.cpp
- this declaration has no storage class or type specifier, syntax error:
'void' should be preceded by ';' and missing type specifier - int assumed.
Note: C++ does not support default-int
By eye it all seems okay but it's like the compiler thinks there's a
missing or stray semicolon somewhere.
Anyone had any luck with this? It seems like memoverride.cpp has been the
source of a few issues over the years but none of the older solutions I've
looked at have helped.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listi
Visual Studio 2017 which I know isn't supported, but I've generated a .sln
using the fix at https://developer.valvesoftware.com/wiki/Source_SDK_2013,
but I get compile errors which I can't figure.
Most of the problems seem to be in memoverride.cpp - I get a few errors on
line 122 of
https://github.com/ValveSoftware/source-sdk-2013/blob/0d8dceea4310fde5706b3ce1c70609d72a38efdf/mp/src/public/tier0/memoverride.cpp
- this declaration has no storage class or type specifier, syntax error:
'void' should be preceded by ';' and missing type specifier - int assumed.
Note: C++ does not support default-int
By eye it all seems okay but it's like the compiler thinks there's a
missing or stray semicolon somewhere.
Anyone had any luck with this? It seems like memoverride.cpp has been the
source of a few issues over the years but none of the older solutions I've
looked at have helped.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listi