Bye Bye windows.inc happy new windows.sdk

Started by ToutEnMasm, January 10, 2008, 08:26:45 AM

Previous topic - Next topic

ToutEnMasm

Hello,
The last version of the translator is now able to create is own set of header's file usable in place of windows.inc.
Some manual corrections stay needed.
------------------------------------------------------------------------------------------------------------
A windows.sdk instead of .inc isn't for this day,wait a little
---------------------------------------------------------------------------------------------------------------
I have made them and now you can download the full set of the translated headers here:
http://pagesperso-orange.fr/luce.yves/sdk.zip
Records are the bigger problem of the translation.They create global definitions instead of locals in the c++.To avoid numerous redefinition of symbols,two letters are added to each definition of the record.
To use the windows.sdk instead of the windows.inc:
           include translate.inc
            include \masm32\sdk\windows.sdk
You don't need the definition of prototypes in masm32\include.
The downloadable file has all the sdk files and can be inserted in the source without errors