CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2010
    Posts
    907

    MASM : fatal error A1020: cannot find link.exe

    Platform: win7 x64
    I am using Winasm and masm32
    I got bin include and lib directories set up.
    I tried to assemble a dos asm
    I can run link.exe on the command prompt
    But I got the error when I link the program in winasm
    Link.exe is present in the bin path.
    It can be run on the command prompt which means it is not a 16-bit assembler.
    Thanks
    Jack

  2. #2
    Join Date
    Dec 2010
    Posts
    907

    Re: MASM : fatal error A1020: cannot find link.exe

    Ok, i solved it. I use link16.exe and set compatibility mode to windows 95

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured