The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Ehtyar on March 18, 2007, 07:56:49 PM

Title: Ehtyar on using MXVCRT.
Post by: Ehtyar on March 18, 2007, 07:56:49 PM
You see what i mean.....apparently now I'm a slave to fashion.....whatever happened to opinion or personal preference i wonder?
MichaelW if you insist on consistently countering my statements, you may wish to better observe the words i use. You'll note upon decent inspection of what i wrote that i never claimed using system API was easier, nor did i claim that the entire contents of the crt was available using those API and i do believe i used the words "most likely" when commenting on the availability of system functions to use in place of the crt.

Thanks, Ehtyar.
Title: Re: I need crtdll.inc or replacement
Post by: MichaelW on March 18, 2007, 09:16:58 PM
Quotei do believe i used the words "most likely" when commenting on the availability of system functions to use in place of the crt

Yes you did, and the "most likely" is what prompted my response. For the CRT functions that I use most frequently, and I believe I'm not alone on this, there are no system equivalents. And if a CRT function has a simpler interface and is easier to use than the system equivalent, then it could be argued that the system equivalent is not equivalent. Also, for our purposes, the CRT is in a DLL.
Title: Re: Ehtyar on using MXVCRT.
Post by: Vortex on March 19, 2007, 05:59:53 PM
Hi Ehtyar,

You have a second option, to use static C run-time libraries. In the board, there is in example of using Pelle's crt.lib with Masm. This methode can be usefull in some cases.
Title: Re: Ehtyar on using MXVCRT.
Post by: Ehtyar on March 19, 2007, 08:30:30 PM
Now that's just not funny. Hutch will know what i mean.

Ehtyar.