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.
Thanks Hutch. :)
For those of us unfamiliar with the url, it is
http://website.masmforum.com/masm32/v82sp2a.zip
Or http://ghirai.com/hutch/mmi.html
Wow, I am enjoying the new Help file and the (new?) useful macros! Thankyou hutch-- :cheekygreen:
Hi
MAKECIMP doesn't create msvcrt.lib !
It creates only msvcrt.def and msvcrt.inc ???
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.
Nice,but could you tell me where to download Masm7.0 and 6.0?
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.
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.
Thanks for the feedack Jim, its always been the case that you should build the library locally on your own box.