Re: Newbie question: "Program.lib" error.



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."

.