I need to include two bit files in a Delphi XE2 Program. I need to create a RES file. I have a RC file as follows:
MyPic.RC
Brigade BMP "Brigade.bmp"
Flags BMP "SigFlags,bmp"
When I run:
BRCC32 MyPic.RC
the file MyPic.RC cannot be found. MyPic.Rc is in the E:/DelphiRes directory. I have tried;
BRCC32 E:/DelphiRes/MyPic.RC
With the same result. What is my problem and what is the solution?
MyPic.RC
Brigade BMP "Brigade.bmp"
Flags BMP "SigFlags,bmp"
When I run:
BRCC32 MyPic.RC
the file MyPic.RC cannot be found. MyPic.Rc is in the E:/DelphiRes directory. I have tried;
BRCC32 E:/DelphiRes/MyPic.RC
With the same result. What is my problem and what is the solution?