Menu

msvcrt.inc

2013-02-15
2013-04-20
  • Jim giordano

    Jim giordano - 2013-02-15

    is there an msvcrt.inc available for JWasm somewhere?

     
  • japheth

    japheth - 2013-02-15

    No. I guess msvcrt.inc would be the result of a lib2inc tool feeded with msvcrt.lib? However, that's not the way h2incx ( the tool used to create the WinInc include files ) works: it translates C header files to assembly include files. Therefore there are, like in MS C, multiple assembly include files ( stdio.inc, stdlib.inc, … ). Some of them have been included in WinInc.

     

Log in to post a comment.