Click here to Skip to main content
15,911,848 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Anchor a dialog to another dialog Pin
Sarath C2-Aug-06 5:07
Sarath C2-Aug-06 5:07 
GeneralRe: Anchor a dialog to another dialog Pin
Ravi Bhavnani2-Aug-06 5:08
professionalRavi Bhavnani2-Aug-06 5:08 
QuestionMicrosft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 3:50
Christopher Stratmann2-Aug-06 3:50 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
Ravi Bhavnani2-Aug-06 4:09
professionalRavi Bhavnani2-Aug-06 4:09 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:14
Christopher Stratmann2-Aug-06 4:14 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
Ravi Bhavnani2-Aug-06 4:21
professionalRavi Bhavnani2-Aug-06 4:21 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:29
Christopher Stratmann2-Aug-06 4:29 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Zac Howland2-Aug-06 4:44
Zac Howland2-Aug-06 4:44 
You are creating static link libraries with resources in them?

The problem you are having deals with search order. It is very similar to dealing with a PATH variable. The LoadString method looks in its module for a string id. If it finds it, it uses it. Otherwise, it moves on to the static libraries that were compiled into your project (which really shouldn't have resources of their own, but I digress). Finally, it starts marching through the DLLs you have loaded.

This is why you should make sure that your string IDs are unique.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:47
Christopher Stratmann2-Aug-06 4:47 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 4:49
Christopher Stratmann2-Aug-06 4:49 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Zac Howland2-Aug-06 5:05
Zac Howland2-Aug-06 5:05 
AnswerRe: Microsft Visual Studio string tables with Similar Strings Pin
David Crow2-Aug-06 5:57
David Crow2-Aug-06 5:57 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
Christopher Stratmann2-Aug-06 6:09
Christopher Stratmann2-Aug-06 6:09 
GeneralRe: Microsft Visual Studio string tables with Similar Strings Pin
David Crow2-Aug-06 6:13
David Crow2-Aug-06 6:13 
QuestionCreating a bitmap viewer in Visual C++ Pin
kitty52-Aug-06 3:37
kitty52-Aug-06 3:37 
AnswerRe: Creating a bitmap viewer in Visual C++ Pin
Sarath C2-Aug-06 4:50
Sarath C2-Aug-06 4:50 
AnswerRe: Creating a bitmap viewer in Visual C++ Pin
normanS2-Aug-06 19:52
normanS2-Aug-06 19:52 
QuestionUsername Authenticity Pin
Programm3r2-Aug-06 3:15
Programm3r2-Aug-06 3:15 
AnswerRe: Username Authenticity Pin
David Crow2-Aug-06 3:41
David Crow2-Aug-06 3:41 
QuestionError in updating the class Pin
Anu_Bala2-Aug-06 2:17
Anu_Bala2-Aug-06 2:17 
AnswerRe: Error in updating the class Pin
Naveen2-Aug-06 2:31
Naveen2-Aug-06 2:31 
QuestionUser is able to open a file by double clicking in middle of two columns of ClistCtrl Pin
cathy_d'souza2-Aug-06 1:56
cathy_d'souza2-Aug-06 1:56 
AnswerRe: User is able to open a file by double clicking in middle of two columns of ClistCtrl [modified] Pin
Parthi_Appu2-Aug-06 2:01
Parthi_Appu2-Aug-06 2:01 
QuestionWM_KEYDOWN Pin
Anu_Bala2-Aug-06 1:51
Anu_Bala2-Aug-06 1:51 
AnswerRe: WM_KEYDOWN Pin
toxcct2-Aug-06 6:12
toxcct2-Aug-06 6:12 

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.