News:

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

The installation problem I encounter

Started by rorypeck, November 19, 2006, 05:18:50 AM

Previous topic - Next topic

rorypeck

I am a chinese,thanks for your offer of this new version 9.0(masm).
but when I install it I met a trouble .T
he follows are took from the process of my installation:
" ............ C:\masm32\include\gtrtst32.lib
   C:\masm32\include\hexedit.lib
   C:\masm32\include\hlink.lib
   C:\masm32\include\htmlhelp.lib
   C:\masm32\include\icm32.lib
  找不到 C:\masm32\m32lib\masm32.lib
   Microsoft (R) Macro Assembler Version 6.14.8444
   Copyright (C) Microsoft Corp 1981-1997.  All rights reserved.

   Assembling: a2dw.asm
   Assembling: a2dw_ex.asm
   Assembling: a2wc.asm
   Assembling: about.asm............"

NOTE:Here"找不到" means"can't find"
I don't know how it happened,so can someone help me?
After finish the installation,when using the Qeditor and Assemble&Link an ASM file,it display that as follows:
"Microsoft (R) Macro Assembler Version 6.14.8444
Copyright (C) Microsoft Corp 1981-1997.  All rights reserved.

Assembling: C:\masm32\pp\crypt.asm
Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

LINK : fatal error LNK1104: cannot open file "msvcrt.lib"_
Link error"
 
Then I have to change the "msvcrt.lib" with one in VC++,and then it could link actually,
I'm sorry but what'wrong with the matter?

hutch--

Hi rorypeck,

Welcome on board. I suspect the installation had not run properly. If you are running a late version of XP or server 2003, make sure you turn OFF the DEP option in the OS as the binaries in version 9.0 often will not run if it is turned on.

I would be inclined to delete the existing installation and try again making sure that you don't have any software that will prevent disk IO. The installation is garanteed virus and trojan free so you are safe to do this.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

rorypeck

 Thanks for your answer!
How hard you work with thus little sleep!
    The current version of OS I use is SP4,and I have tryed on several other machines,and all came the same matter.
     Well, I'll try again , clinging to your advice ,and see what will happen!
Thank you again!