Re: Newbie question: "Program.lib" error.
- From: Mark Jones <spamtrap@xxxxxxxxxx>
- Date: Wed, 21 Sep 2005 19:31:33 +0000 (UTC)
innominatetwice wrote:
> 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"
>
Hi, try loading the .rap file into notepad and search for "Program.lib". Also
check your source files for "includelib Program.lib" or similar. What could be
happening is you are including a file like "include.inc" which is not opened in
RadASM, but contains "includelib Program.lib."
.
- References:
- Newbie question: "Program.lib" error.
- From: innominatetwice
- Newbie question: "Program.lib" error.
- Prev by Date: Newbie question: "Program.lib" error.
- Next by Date: Re: Newbie question: "Program.lib" error.
- Previous by thread: Newbie question: "Program.lib" error.
- Next by thread: Re: Newbie question: "Program.lib" error.
- Index(es):