News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

windows 10 new crt

Started by TouEnMasm, September 23, 2015, 12:39:51 AM

Previous topic - Next topic

TouEnMasm

Hello,
In the new crt (Windows 10), many functions  are Inline,printf is one of them.
They can't be used without a Library with the inline functions in it.
Here they are.
 
Fa is a musical note to play with CL

rrr314159

Question, does this apply only to users of Visual Studio? If I upgrade to Win 10, will my old masm32 assembler code (and 64-bit also) work with the same libraries / include files, or do I have to change to the new crt library you give here?
I am NaN ;)

TouEnMasm

An inline function is a c++ code put in an include file.
The Library is useful if you have a compiler who couldn't translate the c++ code.
Masm need the Library.
If you change of system,you need no more thing than the Library.
Your old code could work with no more change (new compile is enough) .
The new code could be execute in an old system (need verify),i have tested the printf function but no other one.
Fa is a musical note to play with CL

zedd151

QuoteHicube Infosec provides ethical hacking training, cyber security course and VAPT audits in India.

bot.   :icon_rolleyes:



QuoteHi everyone, Thanks for sharing this useful content here

Hi Hicube, Thanks for sharing that useless content there.