Hi
I am trying to run a c++ code in Visual Studio 2008. I am getting the following error.
rc 1110:Could not open .\SampleViewer.rc".Then PRJ0002:error 1 returned from C:\ProgramFiles\MicrosoftSDks\Windows\v 6.0A\bin\rc.exe.
I searched for the sampleviewer.rc file ..but i could only find sampleviewer.rc2??
The C++ code is used for the proscilla camera. please anybody help me out.
THanks
Loading
theLizardPosted Sep 27, 2010, 3:29 AM
I am not an expert in anything I just know cow Sh** from Bull Sh** and I must say you have a lot of the later.
Sam HobbsPosted Sep 27, 2010, 2:10 AM
Note that the person that created the thread created another thread so I might be confused about which one is which, but the problem is the same since both threads were created by the same person.
Yes the rc.exe utility just compiles RC files and related files. Yes the IDE reads and writes RC files when they are edited interactively by the IDE.
theLizardPosted Sep 27, 2010, 1:29 AM
If it does not where the hell does the rc file come from? rc.exe DOES NOT CREATE these it JUST COMPILES them.
Sam HobbsPosted Sep 26, 2010, 6:57 AM
It is not a matter of what you can say, it is a matter of listening to the facts.
theLizardPosted Sep 26, 2010, 6:44 AM
Sam HobbsPosted Sep 26, 2010, 6:02 AM
theLizardPosted Sep 26, 2010, 5:52 AM
I also know that C++ Builder from Embarcadero will just as happily create a .res file from a .rc file with the following example
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
/////////////////////////////////////////////////////////////////////////////
TLIZARDAGENT BITMAP "TLIZARDA1.BMP"
TLIZARDFORMSAGENT BITMAP "TLIZARDA2.BMP"
TLIZARDODBCONNECT BITMAP "odbcsql.bmp
And this "It cannot write out a RC if it does not have one to read in." is contradictory to your earlier statement. If the IDE does not create the .rc and I know for a fact that rc.exe does not, what does?
Sam HobbsPosted Sep 26, 2010, 5:28 AM
theLizardPosted Sep 26, 2010, 3:29 AM
Sam HobbsPosted Sep 26, 2010, 2:41 AM
theLizardPosted Sep 26, 2010, 2:24 AM
Sam HobbsPosted Sep 26, 2010, 1:01 AM
theLizardPosted Sep 26, 2010, 12:52 AM
rc.exe is just looking for the resource script it wants to compile the resources poited to by the SampleViewer.rc
Sam HobbsPosted Sep 22, 2010, 9:10 PM