SJ Smith
April 11th, 2004, 03:45 PM
Hi,
I've added a resource file to a solution in .NET and when I try to compile it gives me the error
RC2135 File Not Found "board.bmp"
In the resource file it is referenced as
IDB_BACKGROUND BITMAP "Board.bmp"
the rc file and the bmp file are both inthe same directory (the project directory) The bitmap is valid.
I've added the . and .. directories to the project includes
It just won't build.
Any ideas
I've added a resource file to a solution in .NET and when I try to compile it gives me the error
RC2135 File Not Found "board.bmp"
In the resource file it is referenced as
IDB_BACKGROUND BITMAP "Board.bmp"
the rc file and the bmp file are both inthe same directory (the project directory) The bitmap is valid.
I've added the . and .. directories to the project includes
It just won't build.
Any ideas