The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ToutEnMasm on November 04, 2011, 08:17:26 AM

Title: using the crt with the msvcr100.dll
Post by: ToutEnMasm on November 04, 2011, 08:17:26 AM
This dll give the more up to date of the crt functions.
To use it with masm there is several ways.
This one show using it by dynamic link.
There is many advantages in this way.
******** The code can be link with c++ code  using the crt in an other way
                The invert is true
******** code is smaller
******** The code could be used with  a static link (functions names are the same )
usage:
It's an include file. a sample of use is include
The functions have been extracted from float.sdk,stdio.sdk,stdlib.sdk,conio.sdk
He can be used with windows or dos.
There is some conflict of names with the macros of masm32.Rename them.
Quote
If you have a system who haven't this dll (the sample show nothing in this case),write it here.
Mine is XP SP3.

If dll not found:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5555