News:

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

MASM32 Version 9 Release

Started by hutch--, March 09, 2006, 03:13:36 AM

Previous topic - Next topic

MazeGen


gwapo

Great, I downloaded the new version 9 release, thanks :U

ctt

Quote from: MazeGen on March 24, 2006, 04:20:29 PM
Hi ctt, you're Iczelion?

Nope, i'm ctt, Iczel is another guy... :)

MazeGen

Quote from: ctt on March 29, 2006, 09:02:41 AM
Nope, i'm ctt, Iczel is another guy... :)

Thanks for clarification, I was just surprised that his site was updated after four years :thumbu

daydreamer

I have a custom 8.2 install right now, custom because I inserted a files for programming dx9 stuff, so I dont dare to ruin it installing over v9
so what do I miss?(whats new in V9)

hutch--

Magnus,

Just put it on another partition. I run partitions from C to R and it will install on any of them.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

BogdanOntanu

Just uploaded the files on my site as a mirror for Romania / eastern Europe:

www.oby.ro/masm32/m32v9r.zip
www.oby.ro/masm32/m32v9r_legacy.zip

Hutch, I guess you could again add it to your list of mirrors / download locations

Because it is a new stable hosting  and can releave some bandwidth.
Ambition is a lame excuse for the ones not brave enough to be lazy.
http://www.oby.ro

hutch--

Bogdan,

Thanks for carrying these, I will update the referral page a bit later today.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Ghirai

MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

hutch--

Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

thomas_remkus

I see there are two versions. One for Win9x and one for Win2k+. What's the difference? I guess this is silly, but couldn't there just be a single install and have sort of precompile definitions for one over the other?

Also, right now I'm using lots of things from the Platform SDK. Is that included in the Win2k+ version ... or how would I get into the Platform SDK items with one of these installs?


hutch--

Microsoft repeatedly break backwards compatibility from version to version and I got tired of trying to fix this across versions from win95b upwards so I made two different installs.

The PLATFORMSDK I downloaded from Microsoft yesterday was 430 meg so NO the 3.5 meg masm32 installation does not include it.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

thomas_remkus

I understand. How can I get to functions like

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/window_station_and_desktop_functions.asp

... because I need to work with Window Stations. Should I make a request to have these added to the windows.inc?

So, how would I then be able to work with the Platform SDK with MASM? I also have downloaded the huge series of files needed for the installation of the Platform SDK and would like to see about creating some learning projects for myself. Sometimes I use headers and libs from the Platform SDK so using those still would be really important.

Thanks again for all of your time on this project. I think it's very important and you are doing good works.

thomas

Shantanu Gadgil

Hi thomas_remkus,
did you try:
findstr "GetWindowStation" *.*

on the command prompt inside the include directory of masm32 ?
To ret is human, to jmp divine!

thomas_remkus

No, I did not try that  ::). I thought that all of the definitions for functions were in windows.inc. I'll have to look more.

thx