Skip to content

Latest commit

 

History

History
54 lines (48 loc) · 3.2 KB

obsolete-functions.md

File metadata and controls

54 lines (48 loc) · 3.2 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
Obsolete Functions | Microsoft Docs
11/04/2016
cpp
devlang-cpp
article
is_wctype
_loaddll
_unloaddll
_getdllprocaddr
_seterrormode
_beep
_sleep
_getsystime
corecrt_wctype/is_wctype
process/_loaddll
process/_unloaddll
process/_getdllprocaddr
stdlib/_seterrormode
stdlib/_beep
stdlib/_sleep
time/_getsystime
time/_setsystime
C++
obsolete functions
_beep function
_sleep function
_seterrormode function
8e14c2d4-1481-4240-8586-47eb43db02b0
7
corob-msft
corob
ghogen

Obsolete Functions

Certain library functions are obsolete and have more recent equivalents. We recommend you change these to the updated versions. Other obsolete functions have been removed from the CRT. This topic lists the functions deprecated as obsolete, and the functions removed in a particular version of Visual Studio.

Deprecated as obsolete in Visual Studio 2015

Obsolete function Alternative
is_wctype iswctype
_loaddll LoadLibrary, LoadLibraryEx, or LoadPackagedLibrary
_unloaddll FreeLibrary
_getdllprocaddr GetProcAddress
_seterrormode SetErrorMode
_beep Beep
_sleep Sleep
_getsystime GetLocalTime
_setsystime SetLocalTime

Removed from the CRT in Visual Studio 2015

Obsolete function Alternative
_cgets, _cgetws _cgets_s, _cgetws_s
gets, _getws gets_s, _getws_s
_get_output_format None
_heapadd None
_heapset None
inp, inpw None
_inp, _inpw, _inpd None
outp, outpw None
_outp, _outpw, _outpd None
_set_output_format None

Removed from the CRT in earlier versions of Visual Studio

_lock

_unlock