News:

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

Recent posts

#61
The Campus / Re: process32first/next proble...
Last post by Force - May 22, 2012, 04:08:01 PM
Hi
xandaz

We talked about Process32  problem earlier
http://www.masm32.com/board/index.php?topic=18850.0 
#62
16 bit DOS Programming / Re: Unable to transfer to new ...
Last post by qWord - May 22, 2012, 02:13:43 PM
#63
16 bit DOS Programming / Unable to transfer to new MASM...
Last post by carlottagp - May 22, 2012, 11:23:48 AM
Hello,

I am unable to get into the new forum.  Ostensibly, this is because my answers to the four
questions are incorrect.  Having tried a number of times, I'm wondering if the "Marilyn Monroes"
question is a tricky one.  I even tried "neither" for the hair colour question, since I've never
heard of Marilyn Monroes.  The next time I attempt this, I will enter "4" for the horse question,
rather than "four".

Please advise.

Michael
#64
The Campus / Re: process32first/next proble...
Last post by xandaz - May 22, 2012, 11:22:57 AM
   there's a problem in dwSize. wrong size but also it works with masm10 but not masm11. I've seen some strange things happening with structures in masm version 11. Does anyone know how to fix it?
#65
The Campus / process32first/next problem......
Last post by xandaz - May 22, 2012, 11:18:54 AM
    Can someone tell me why this doesn't work? thanks
#66
The Soap Box / Re: BRain Interface
Last post by hutch-- - May 22, 2012, 10:58:04 AM
Onan,

Post in the new forum, this one may not be around much longer.
#67
The Campus / Re: Create a Flat window with ...
Last post by jj2007 - May 22, 2012, 06:27:14 AM
Quote from: P1 on May 22, 2012, 04:02:18 AM
One can be re-assigned and the other can not, is my understanding.

=, equ and textequ can be re-assigned
What can not be re-assigned is an integer defined with equ or textequ.
#68
The Soap Box / BRain Interface
Last post by Farabi - May 22, 2012, 04:36:34 AM
http://www.youtube.com/watch?v=-EvOlJp5KIY

DARPA one step away from anyone. Amazing technology, beware of virus.  :toothy :U

Finally, we this day is come. I think I'll start to build my own Operating System start right now.
#69
The Campus / Re: Create a Flat window with ...
Last post by P1 - May 22, 2012, 04:02:18 AM
Quote from: dedndave on May 19, 2012, 02:36:19 PMit just makes sense, is all
EQU is a fixed value - in older versions of MASM, it always resolved to a 16-bit numeric constant
then, they added the TEXTEQU functionality to use strings, and to be "re-usable"
other than the 4 letters, i don't think there is any difference between EQU with a text operand and TEXTEQU
One can be re-assigned and the other can not, is my understanding.

Regards,  P1   :8)
#70
The Soap Box / Re: Windows Xp CD-ROM Boot Ins...
Last post by P1 - May 22, 2012, 03:43:16 AM
Quote from: cman on May 20, 2012, 10:49:10 PMDoes Microsoft offer CD-ROM versions of their "setup" software for installing an operating system on a new hard drive? I know they have these for floppy disk installation ( http://www.microsoft.com/en-us/download/details.aspx?id=9880 ) but no one sells those anymore! Thanks for any information!
If you have a valid COA, You can order media from M$.

http://www.microsoft.com/en-us/download/details.aspx?id=25129

There are ISO images available to burn and they do boot too.

Regards,  P1