The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: hutch-- on May 31, 2005, 01:07:27 PM

Title: Service Pack 2a for masm32 version 8.2
Post by: hutch-- on May 31, 2005, 01:07:27 PM
I just fixed a couple of things, added the masm32rt.inc file, put Greg's name on the msvcrt example and I think its all up and running. I have the correct link on the forum web site under masm32 and I will have the correct link on the masm32.com site tomorrow as it was down for a while today.
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: Mark Jones on May 31, 2005, 01:54:52 PM
Thanks Hutch. :)

For those of us unfamiliar with the url, it is
http://website.masmforum.com/masm32/v82sp2a.zip
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: Ghirai on June 02, 2005, 03:07:36 PM
Or http://ghirai.com/hutch/mmi.html
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: brixton on June 08, 2005, 12:49:59 AM
Wow, I am enjoying the new Help file and the (new?) useful macros!  Thankyou hutch--  :cheekygreen:
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: CObject on July 06, 2005, 10:53:06 PM
Hi
MAKECIMP doesn't create msvcrt.lib !
It creates only msvcrt.def and msvcrt.inc ???
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: hutch-- on July 07, 2005, 12:47:31 AM
It assumes you have the masm32 project installed on the same partition. The path is hard coded in the source and it needs LINK available to build the library.
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: smartvap on August 03, 2005, 05:30:13 AM
Nice,but could you tell me where to download Masm7.0 and 6.0?
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: hutch-- on August 03, 2005, 07:30:57 AM
Nope,

They no longer exist and I have never archived old versions. What are you after in the older versions that is not in the current one. The libraries in those earlier versions was from win98se and if you are after a later set of Microsoft libraries, you need to get them from a PLATFORMSDK.
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: Jimg on August 17, 2005, 09:07:07 PM
Hi Hutch-

I'm having problems with sp2.  The new masm32.lib causes strange errors when linking a debug console app.

The old 8/7/2004 79KB copy works.

The 5/20/2005 157KB version does not work.

Here is the output from trying to assemble and link a console app with this lib in debug mode-

Assembling: F:\WinAsm\Progs\consoletest\Console.Asm

F:\masm32\BIN\Link @"F:\WinAsm\Progs\consoletest\link.war"

Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

/SUBSYSTEM:CONSOLE /VERSION:4.0 /DEBUG /DEBUGTYPE:CV /INCREMENTAL:NO "/LIBPATH:F:\masm32\LIB" "F:\WinAsm\Progs\consoletest\Console.obj" "/OUT:F:\WinAsm\Progs\consoletest\Console.exe"
LINK : fatal error LNK1000: unknown error; consult documentation for technical support options

Make finished. 1 error(s) occured.



I moved everything to c: just to be sure and got the same error.  No problem with the old lib.  I just downloaded sp2 again, unpacked it and copied in the masm32.lib and still the same problem.

Edit...........

I just rebuilt the library with the make.bat file

The resulting masm32.lib is 122KB large and works.
Title: Re: Service Pack 2a for masm32 version 8.2
Post by: hutch-- on August 18, 2005, 04:06:47 AM
Thanks for the feedack Jim, its always been the case that you should build the library locally on your own box.