Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionPorting MFC exe to ATL service and MFC GUI Pin
es196812-Jun-12 3:51
es196812-Jun-12 3:51 
QuestionAudio Encryption Pin
AmbiguousName11-Jun-12 20:15
AmbiguousName11-Jun-12 20:15 
AnswerRe: Audio Encryption Pin
Richard MacCutchan11-Jun-12 22:13
mveRichard MacCutchan11-Jun-12 22:13 
AnswerRe: Audio Encryption Pin
Albert Holguin12-Jun-12 4:03
professionalAlbert Holguin12-Jun-12 4:03 
QuestionControl questions on Property pages Pin
DeepT11-Jun-12 8:35
DeepT11-Jun-12 8:35 
AnswerRe: Control questions on Property pages Pin
Chris Losinger11-Jun-12 8:58
professionalChris Losinger11-Jun-12 8:58 
GeneralRe: Control questions on Property pages Pin
DeepT12-Jun-12 3:20
DeepT12-Jun-12 3:20 
QuestionResource ID conflicts with internal MFC. Pin
Maximilien11-Jun-12 7:06
Maximilien11-Jun-12 7:06 
Howdy'

(question at the end)
I'm looking into refactoring our code to be able to use all of the new MFC (VS2008) expansion UI goodies (custom toolbars, application framework, ...)

One of those goodies is the customize dialog (to be able to create new toolbars, move menu and toolbar buttons around).

From what I understand, the dialog uses resource ID in the 16000-17000(-ish) (afxribbonres.h )

Those ID come into conflict with some of our ID (mostly bad string in the new UI), no biggies, I will fix/renumber our ID.

Question:
Is there a proper way to handle those kind of issues ? a way to tell me at compilation time that I have resource ID conflicts when including external resource header file ?

Thanks.
Max.
Watched code never compiles.

AnswerRe: Resource ID conflicts with internal MFC. Pin
Richard MacCutchan11-Jun-12 22:06
mveRichard MacCutchan11-Jun-12 22:06 
GeneralRe: Resource ID conflicts with internal MFC. Pin
Maximilien13-Jun-12 5:02
Maximilien13-Jun-12 5:02 
QuestionCapAVI callback – again - user defined parameter? Pin
Vaclav_11-Jun-12 4:20
Vaclav_11-Jun-12 4:20 
AnswerRe: CapAVI callback – again - user defined parameter? Pin
Chris Losinger11-Jun-12 4:46
professionalChris Losinger11-Jun-12 4:46 
QuestionAbout Active Window And Receive Msg Pin
yingkou11-Jun-12 3:53
yingkou11-Jun-12 3:53 
AnswerRe: About Active Window And Receive Msg Pin
Code-o-mat11-Jun-12 5:29
Code-o-mat11-Jun-12 5:29 
AnswerRe: About Active Window And Receive Msg Pin
JohnCz13-Jun-12 13:10
JohnCz13-Jun-12 13:10 
QuestionActive Directory Pin
Hadi Dayvary10-Jun-12 19:08
professionalHadi Dayvary10-Jun-12 19:08 
QuestionWhat CWinThread is pointed to by AfxGetApp Pin
ForNow10-Jun-12 7:51
ForNow10-Jun-12 7:51 
AnswerRe: What CWinThread is pointed to by AfxGetApp Pin
Richard MacCutchan10-Jun-12 7:55
mveRichard MacCutchan10-Jun-12 7:55 
GeneralRe: What CWinThread is pointed to by AfxGetApp Pin
ForNow10-Jun-12 9:02
ForNow10-Jun-12 9:02 
GeneralRe: What CWinThread is pointed to by AfxGetApp Pin
ForNow10-Jun-12 9:08
ForNow10-Jun-12 9:08 
GeneralRe: What CWinThread is pointed to by AfxGetApp Pin
Richard MacCutchan10-Jun-12 22:01
mveRichard MacCutchan10-Jun-12 22:01 
AnswerRe: What CWinThread is pointed to by AfxGetApp Pin
Erudite_Eric10-Jun-12 9:15
Erudite_Eric10-Jun-12 9:15 
GeneralRe: What CWinThread is pointed to by AfxGetApp Pin
ForNow10-Jun-12 18:26
ForNow10-Jun-12 18:26 
GeneralRe: What CWinThread is pointed to by AfxGetApp Pin
Erudite_Eric11-Jun-12 0:58
Erudite_Eric11-Jun-12 0:58 
AnswerRe: What CWinThread is pointed to by AfxGetApp Pin
Aescleal10-Jun-12 13:11
Aescleal10-Jun-12 13:11 

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.