I am working on some legacy code that I am not too familiar with. I encountered an error when I recompiled my project in visual studio 2015 from visual studio 2012.
I am having reference errors to function "_getts", which is normally part of "tchar.h".
I compared my visual studio 2012 installation to my 2015 installation and I see that the header file "tchar.h" is no longer in the shipping install. After further research, I see that Microsoft released the "Universal CRT" that now includes some of those header files that I see were removed from 2015. In the Microsoft documentation, I see that Visual Studio 2015 still clearly references "tchar.h".
I figure this is something so simple that I am clearly overlooking. If there is any good documentation that I missed also please do provide.
Thanks