Is there any way of linking static msvc runtime library in MASM?
Don't want to include additional dll to my projects.
Don't want to include additional dll to my projects.
doesn't msvcrt.dll come with Windows?
I mean, you don`t have to include it in your project
I mean, you don`t have to include it in your project
And if you check the license carefully, you will be likely to find a clause which states that you are not allowed to redistribute it unless your app was written using MFC.
Anyway, you will find that 99% of all windoze users will already have that dll, i am not sure if the first versions of Win95 had it or not.
Anyway, you will find that 99% of all windoze users will already have that dll, i am not sure if the first versions of Win95 had it or not.
Does it really come with windows?