Right now it sits at XP SP2, which is what the front page says. Does anyone know when there will be an update to the MASM32 Include Library?
QuoteDoes anyone know when there will be an update to the MASM32 Include Library?
I guess you mean the masm32 run-time library, masm32.lib Could you be more specific? You can propose some additional functions to support masm32.lib
I meant the WINAPI library, not masm32lib. Sorry.
i am curious, as well
i know there are a few little updates here and there
i had edited some of my files to update, but lost those copies when the disk crashed
i know windows.inc had a few changes
and - one or two of the routines in masm32.lib had bugs that had been fixed
Do you all make the updates only by hand?
actually, i try not to modify the files unless i absolutely have to
when you make changes, you lose compatibility with everyone else in the forum, unless they all make the same change :bg
sometimes, you are better off to put changes in a seperate file and including it - you can't always do that
but if you can, it helps you to track the differences