CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 16

Threaded View

  1. #16
    Join Date
    Nov 2004
    Posts
    34

    Re: What's wrong with this code?

    Dev-Cpp (and MinGW) use binutils - the 'nix lineup: AS, AR, LD, etc.
    A COFF object won't link. There might be a conversion utility somewhere, I don't know.

    Meanwhile, try writing the code in AS using intel-syntax option.

    If you have a high-speed connection, try Microsoft's free offering of Visual C which works fine with MASM.
    Last edited by kahlinor; August 23rd, 2006 at 02:34 AM.

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