Newbie question: "Program.lib" error.



I'm working on a project in RadASM with MASM32 as the assembler. When I
build the project it assembles w/o error but after the Linker begins,
it quits with the message:

LINK : error LNK1104: cannot open file "E:\Program.lib"

I guess "Program.lib" is a lib file of some sort. I can't find it
anywhere on my system and I haven't found any info about it on the web
either.

I've generated other projects in RadASM , built and executed them to
test my installation and they worked. There isn't any mention of
"Program.lib" in the project itself.

If anyone has had any experience with this issue, I'd appreciate their
help.

Innominate

.



Relevant Pages

  • Re: Newbie question: "Program.lib" error.
    ... > I'm working on a project in RadASM with MASM32 as the assembler. ... > build the project it assembles w/o error but after the Linker begins, ... check your source files for "includelib Program.lib" or similar. ...
    (comp.lang.asm.x86)
  • Re: doslnk.exe
    ... It's LINK.EXE 5.60.339 renamed to doslnk.exe for RadAsm ... to use as a linker to create DOS apps. ... up use what seems to be a specific linker to create DOS /tiny apps. ...
    (comp.lang.asm.x86)