Skip to content
TopicTracker
From devblogs.microsoft.com/oldnewthingView original
TranslationTranslation

Why not have changes in API behavior depend on the SDK you link against?

Raymond Chen explains why altering API behavior based on the SDK version you link against is impractical, noting that static libraries cannot adapt to such runtime checks, making the approach unreliable.