I try to made my own build of the crt.
Method is simple.In a c++ environnement given by \VC\bin\vcvars32.bat,use the BLDNT.CMD.
It's so simple....EXCEPT than the BLDNT.CMD cannot be found ??????.
Any Help ?
Hi ToutEnMasm,
You don't need of BLDNT.CMD to build your C run-time library. Have a look at my project (http://www.masm32.com/board/index.php?topic=166.0)
Just forget the VS methods and try to build your own.
What i want is a library with full code.The library (c++ 10) must allow the use of floating point functions and don't call any crt dll.
Is it possible ?
Hi ToutEnMasm,
If you are willing to write your own routines, everything is possible. The standart crt libraries supplied with VS have a lot of interdependencies and this what make difficult your task. If you wish to use the existing code, you have to understand and manage those dependencies.