Facing problem while upgrading code to the Universal CRT

  • Thread starter Thread starter Jaspreet Singh Hora
  • Start date Start date
J

Jaspreet Singh Hora

Guest
Hi People,

I'm upgrading my code to the Universal CRT and I have to include below libraries in Linker->Input->Additional Dependencies.

(and setting opting - Ignore All Default Libraries to Yes (/NODEFAULTLIB)).

ucrtbase.lib

ucrtbased.lib

libvcruntime.lib

libvcruntimed.lib

vcruntime.lib

vcruntimed.lib

legacy_stdio_definitions.lib

But I'm unable to find any of the file in my windows 10 (1709 image) PC.

Reference Link : Upgrade your code to the Universal CRT

Continue reading...
 
Back
Top