News:

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

Service Pack 2a for masm32 version 8.2

Started by hutch--, May 31, 2005, 01:07:27 PM

Previous topic - Next topic

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Mark Jones

"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08


brixton

Wow, I am enjoying the new Help file and the (new?) useful macros!  Thankyou hutch--  :cheekygreen:
If you love somebody, set them free.
If they return, they were always yours. If they don't, they never were..

CObject

Hi
MAKECIMP doesn't create msvcrt.lib !
It creates only msvcrt.def and msvcrt.inc ???

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

smartvap

Nice,but could you tell me where to download Masm7.0 and 6.0?

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

Jimg

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.

hutch--

Thanks for the feedack Jim, its always been the case that you should build the library locally on your own box.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php