Click here to Skip to main content
15,919,245 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: problem with link error 1181 Pin
David Crow6-Oct-07 3:43
David Crow6-Oct-07 3:43 
Questionhow to add an extra ".rc" file other than existing ".rc" file in your project? Pin
AnayKulkarni5-Oct-07 19:09
AnayKulkarni5-Oct-07 19:09 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
ShilpiP5-Oct-07 19:29
ShilpiP5-Oct-07 19:29 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
chandu0045-Oct-07 22:24
chandu0045-Oct-07 22:24 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
ShilpiP5-Oct-07 23:30
ShilpiP5-Oct-07 23:30 
GeneralRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
chandu0046-Oct-07 0:08
chandu0046-Oct-07 0:08 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
cp98766-Oct-07 0:34
cp98766-Oct-07 0:34 
AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
John R. Shaw6-Oct-07 1:22
John R. Shaw6-Oct-07 1:22 
Unless something has changed over the years, you can just go in and include it manually in the existing ‘.rc’ file using ‘#include”, I think, just like a C or C++ header.

If you need to be sure how it is done, then just add an external file like a bitmap to your ‘.rc’ through the IDE and then open the ‘.rc’ (in text mode) to see what statement it added. Heck, come to think about it; that is all you should need to do to add an additional ‘.rc’ file within the existing file.

I once need to create the same version of an application with different logos and about information (sister companies) and it X was defined (for project) then X companies information would compile and show, otherwise company A’s information would show.


INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

AnswerRe: how to add an extra ".rc" file other than existing ".rc" file in your project? Pin
Mark Salsbery6-Oct-07 7:38
Mark Salsbery6-Oct-07 7:38 
QuestionHow to get CPU temperature. Pin
Max++5-Oct-07 16:59
Max++5-Oct-07 16:59 
AnswerRe: How to get CPU temperature. Pin
aquawicket5-Oct-07 17:03
aquawicket5-Oct-07 17:03 
AnswerRe: How to get CPU temperature. Pin
Hamid_RT5-Oct-07 18:51
Hamid_RT5-Oct-07 18:51 
QuestionResizing a dynamic pointer array Pin
aquawicket5-Oct-07 16:56
aquawicket5-Oct-07 16:56 
AnswerRe: Resizing a dynamic pointer array Pin
Karismatic5-Oct-07 19:43
Karismatic5-Oct-07 19:43 
AnswerRe: Resizing a dynamic pointer array Pin
John R. Shaw6-Oct-07 1:42
John R. Shaw6-Oct-07 1:42 
GeneralRe: Resizing a dynamic pointer array Pin
aquawicket6-Oct-07 8:05
aquawicket6-Oct-07 8:05 
GeneralRe: Resizing a dynamic pointer array Pin
John R. Shaw6-Oct-07 12:46
John R. Shaw6-Oct-07 12:46 
QuestionHow do you get the ScrollBar Width Pin
littleGreenDude5-Oct-07 10:12
littleGreenDude5-Oct-07 10:12 
AnswerRe: How do you get the ScrollBar Width Pin
Mark Salsbery5-Oct-07 12:16
Mark Salsbery5-Oct-07 12:16 
Questionwhat is ENSURE_THROW? [modified] Pin
DreamMengJian5-Oct-07 6:25
DreamMengJian5-Oct-07 6:25 
QuestionShowWindow Command Problems Pin
Beaon5-Oct-07 6:02
Beaon5-Oct-07 6:02 
AnswerRe: ShowWindow Command Problems Pin
IMNOOPR5-Oct-07 6:22
IMNOOPR5-Oct-07 6:22 
GeneralRe: ShowWindow Command Problems Pin
Beaon5-Oct-07 7:14
Beaon5-Oct-07 7:14 
QuestionRe: ShowWindow Command Problems Pin
Mark Salsbery5-Oct-07 7:48
Mark Salsbery5-Oct-07 7:48 
AnswerRe: ShowWindow Command Problems Pin
Beaon5-Oct-07 8:06
Beaon5-Oct-07 8:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.