News:

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

MASM32 Version 11 Release posted.

Started by hutch--, January 12, 2012, 10:49:01 PM

Previous topic - Next topic

Howard


SpSofiane

 :clap: :dance:
Niiiiccccce...Thanks

Greenhorn__

Thanks for the update, hutch.  :U


Regards
Greenhorn
You can fool some of the people all of the time, and all of the people some of the time, but you can not fool all of the people all of the time.
(Abraham Lincoln)

xandaz

    Hucth... i dont see the shlobj.inc file did change the name or does M11 not contain it?

hutch--

Checking Microsoft library collections I have from vc2003, vs2005, vs2008 and vc2010 I cannot find a shlobj.lib. If you have a LIB file of that name, use the "imp2inc" tool in masm32 to make an import library.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

MichaelW

shlobj.h is a normal component in the Microsoft SDKs and DDKs. Japheth has one converted to MASM syntax in his include file set here:

http://www.japheth.de/WinInc.html

But I have no idea if it will conflict with the MASM32 components.

Edit: shlobj.inc does not in itself conflict with the MASM32 components, but other files that it depends on do.
eschew obfuscation

dedndave

you might try Yves' "ready-to-use SDK"
http://www.masm32.com/board/index.php?topic=17155.0

in his cab file, the INC files have the extension SDK
both Yves' and Andreas' include files contain EQUates that Hutch normally puts in windows.inc/winextra.inc

xandaz

    Yeah...thanks.... i'm not so good at preping up those include files. There's a lot of non-benign structures redefs and i always end up creating an include file with just what i need. I'll peek into japeth's. Ty

mineiro

#38
I have re-downloaded v11 from this board (us mirror 1), and I'm getting corrupted files.
Some include files are not corresponding with their internal functions (eg: mmc.inc bignumsdk.inc ... ).
While other include files are corresponding, they does not generated correct library files (eg:dbghelp.inc) if used with inc2l.
I have see some modifications in some files (eg: "sym proto" in actual "dgbhelp.inc" while in older version of masm32 it was (sym PROTO :DWORD,:DWORD,:DWORD,:DWORD,:DWORD))
Can anybody check this one?
I'm using freeware "winmerge" to help-me discover these differences. Maybe can help you too.
edited after:
inc2l does not work in xp sp1(no reaction after instalation, but after reboot yes); and Worldtimes.exe example say that does not have found "datetime.dll".