I have a working C++ project on VS2005, I made a small change which causes a problem and I dont know what is it and how to resolve, I added a new string entry in the resource file using the VS2005 RC editor (the default one in VS2005) but after compilation I get two compilation errors
Error 22 error RC2135 : file not found: BEGIN f:\Projects\C++\TIP Project\SmartFeeder\FeederService\FeederService.rc 54
Error 23 error RC2135 : file not found: 0x0064 f:\Projects\C++\TIP Project\SmartFeeder\FeederService\FeederService.rc 55
when I go to these lines I found
1 11
BEGIN
0x0001, 0x0000, 0x0064, 0x0000, 0x0064, 0x0000, 0x0010, 0x0000, 0x0010,
0x0001, 0x0025, 0x0031, 0x000d, 0x000a, 0x0000, 0x0000
END
any Suggestions?