twhl-community / halflife-updated

Half-Life SDK updated to compile under VS2019 and 2022. Check README.md for more information.
Other
382 stars 146 forks source link

Update C and C++ standard for util programs #139

Closed fel1x-developer closed 2 years ago

fel1x-developer commented 2 years ago

Building these programs has no problem except for smdlexp(because it require MAX.H), studiomdl(needs archtypes.h), and mdlviewer(needs archtypes.h)

SamVanheer commented 2 years ago

I'm currently upgrading the tools projects which will fix the things you're trying to fix. Also note that the v143 toolset is Visual Studio 2022, not 2019. These projects must still support compiling with VS 2019.

See #138.