The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: Mr Earl on October 30, 2005, 12:51:55 PM

Title: Version 8.2 SP2a installation question
Post by: Mr Earl on October 30, 2005, 12:51:55 PM
I've been using v8.0 for a long time w/o any problems.

I downloaded & installed v8.2 this morning and was
about to apply Service Pack 2a when I noticed that
masm.lib was EMPTY.

After finishing the SP2 installation, masm.lib contains
ONLY masm32.lib

Where did I go wrong?  And can I move the old 8.0 lib
to the 8.2 lib (except for the new masm32.lib)?
Title: Re: Version 8.2 SP2a installation question
Post by: PBrennick on October 30, 2005, 01:06:56 PM
Mr. Earl.

You need to run bldlibs.bat, it is located in the include directory.  Then you should run makecimp msvcrt.inc which is located in the Example-12\makecimp directory to produce msvcrt.lib

hth,
Paul
Title: Re: Version 8.2 SP2a installation question
Post by: Mr Earl on October 30, 2005, 02:43:33 PM
Thanks Paul,

I ran bldlibs.bat, but now I got assembly errors
on user32.asm, the 1st error is:

"user32.asm(11) error A2008 syntax error : endp"

I moved the new WINDOWS.INC, USER32.INC and
masm32rt.inc to the INCLUDE dir BEFORE running bldlibs

I'm feeling really stupid about now.  I dont remember
having any problems installing 8.0
Title: Re: Version 8.2 SP2a installation question
Post by: PBrennick on October 30, 2005, 03:54:49 PM
user32.asm?  what is that?

Paul
Title: Re: Version 8.2 SP2a installation question
Post by: Mr Earl on October 30, 2005, 05:49:59 PM
Paul,

I dont know either.  There's no user32.asm on my system, but that's
the error message, plus 99 more for user32.asm

Then if I try to assemble a pgm I get "can't open user32.lib"

Maybe I should download again and start from scratch.
Title: Re: Version 8.2 SP2a installation question
Post by: PBrennick on October 30, 2005, 06:34:25 PM
I think you may need to.  Delete what you have and start over.  There is also a pre-installed bundle that you can download...

Also, if you are crosslinking, you may want to defrag, first.

Paul