Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I use SetWindowLongPtr function in VC6 ? Pin
Richard MacCutchan19-Feb-11 2:53
mveRichard MacCutchan19-Feb-11 2:53 
AnswerRe: How can I use SetWindowLongPtr function in VC6 ? Pin
User 742933819-Feb-11 21:33
professionalUser 742933819-Feb-11 21:33 
GeneralRe: How can I use SetWindowLongPtr function in VC6 ? Pin
Richard MacCutchan19-Feb-11 21:48
mveRichard MacCutchan19-Feb-11 21:48 
QuestionRe: How can I use SetWindowLongPtr function in VC6 ? Pin
David Crow19-Feb-11 3:22
David Crow19-Feb-11 3:22 
AnswerRe: How can I use SetWindowLongPtr function in VC6 ? Pin
User 742933819-Feb-11 21:35
professionalUser 742933819-Feb-11 21:35 
AnswerRe: How can I use SetWindowLongPtr function in VC6 ? Pin
mesajflaviu20-Feb-11 7:22
mesajflaviu20-Feb-11 7:22 
Question891130 - capturing an image from a camera Pin
ilostmyid219-Feb-11 2:25
professionalilostmyid219-Feb-11 2:25 
QuestionVISUAL C++ resource.h/rc madness mess Pin
andwan018-Feb-11 12:24
andwan018-Feb-11 12:24 
This is really for those Visual C++ 6.0 programmers out there.

I have a workspace which builds 3 apps & dozen of DLLs. Each project has it's own resources (resource.h & corresponding RC file).

I like to merge the resources of the 3 main apps into one. I notice the 3 apps share some common strings. However, due to 10-20 years of development, the defined constants that have same name may not have same number.

App1 resource.h
#define IDS_STRING1 82

App2 resource.h
#define IDS_STRING1 79

App3 resource.h
#define IDS_STRING1 83


Am wondering if there's a tool out there that can clean up multiple resources... to make final/eventual merging easier.

Problems lie when it's a common define constant, but the string literal are actually different.

So maybe should have a batch routine to index/map by the string literal first, then ensure the define constant matches, if not then flag it.

My resource.h files are huge, millions of lines... hence why am wondering if there exists a resource.h cleaner.
AnswerRe: VISUAL C++ resource.h/rc madness mess Pin
Hans Dietrich18-Feb-11 12:47
mentorHans Dietrich18-Feb-11 12:47 
AnswerRe: VISUAL C++ resource.h/rc madness mess Pin
Albert Holguin18-Feb-11 14:09
professionalAlbert Holguin18-Feb-11 14:09 
QuestionPlugin for activex Pin
S p k 52118-Feb-11 5:48
S p k 52118-Feb-11 5:48 
AnswerRe: Plugin for activex Pin
Luc Pattyn18-Feb-11 5:58
sitebuilderLuc Pattyn18-Feb-11 5:58 
QuestionAbout Resizing controls as per screen resolution.............. Pin
ddgalande18-Feb-11 0:22
ddgalande18-Feb-11 0:22 
AnswerRe: About Resizing controls as per screen resolution.............. Pin
ShilpiP18-Feb-11 1:09
ShilpiP18-Feb-11 1:09 
AnswerRe: About Resizing controls as per screen resolution.............. Pin
Richard MacCutchan18-Feb-11 2:48
mveRichard MacCutchan18-Feb-11 2:48 
AnswerRe: About Resizing controls as per screen resolution.............. Pin
Alan Balkany18-Feb-11 3:27
Alan Balkany18-Feb-11 3:27 
GeneralRe: About Resizing controls as per screen resolution.............. Pin
Hans Dietrich18-Feb-11 6:55
mentorHans Dietrich18-Feb-11 6:55 
GeneralRe: About Resizing controls as per screen resolution.............. Pin
Alan Balkany18-Feb-11 8:38
Alan Balkany18-Feb-11 8:38 
GeneralRe: About Resizing controls as per screen resolution.............. Pin
Hans Dietrich18-Feb-11 8:43
mentorHans Dietrich18-Feb-11 8:43 
QuestionType non-English characters at GINA / Windows logon Pin
Shashi.Shinde17-Feb-11 20:59
Shashi.Shinde17-Feb-11 20:59 
AnswerRe: Type non-English characters at GINA / Windows logon Pin
Richard MacCutchan17-Feb-11 22:05
mveRichard MacCutchan17-Feb-11 22:05 
GeneralRe: Type non-English characters at GINA / Windows logon Pin
Shashi.Shinde17-Feb-11 23:46
Shashi.Shinde17-Feb-11 23:46 
GeneralRe: Type non-English characters at GINA / Windows logon Pin
Richard MacCutchan18-Feb-11 1:29
mveRichard MacCutchan18-Feb-11 1:29 
AnswerRe: Type non-English characters at GINA / Windows logon Pin
ShilpiP18-Feb-11 5:57
ShilpiP18-Feb-11 5:57 
GeneralRe: Type non-English characters at GINA / Windows logon Pin
Shashi.Shinde20-Feb-11 19:45
Shashi.Shinde20-Feb-11 19:45 

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.