News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Windows.inc version 1.30

Started by hutch--, March 07, 2006, 06:16:26 AM

Previous topic - Next topic

hutch--

This version has had little added to it but parts of it have been changed internally to make duplicate removal a lot more accurate. The technique I am using is probably a bit too aggressive but this file is just about OK for poasm as well as masm.

[attachment deleted by admin]
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Shantanu Gadgil

Yay !!! Great! First to download it !!!  :cheekygreen:
To ret is human, to jmp divine!

Shantanu Gadgil

The following errors (?) showed up when I plopped this file in the include directory of POASM Testbed 1.3 and recompiled my project :(

--- snip --- (line no 18308)
align dword
-- end of snip ---

--- snip --- (line 29709...IID redefinition)
IID   STRUCT DWORD
    Data1        dd ?
    Data2        dw ?
    Data3        dw ?
   Data4        db 8 dup(?)
IID ENDS
--- end of snip ---

To ret is human, to jmp divine!

Vortex

Joining all the equates and definitions for both of the tools Masm and Poasm, nice idea :U

hutch--

shantanu,

> but this file is just about OK for poasm

I posted this file for the masm32 project but when POASM is more finalised and I know enough about it thre is little to do to make it compatible there as well.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php