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

C / C++ / MFC

 
GeneralRe: setting structure objects equal Pin
valikac29-Jan-03 9:51
valikac29-Jan-03 9:51 
GeneralRe: setting structure objects equal Pin
Chris Richardson29-Jan-03 12:34
Chris Richardson29-Jan-03 12:34 
GeneralRe: setting structure objects equal Pin
Gary R. Wheeler29-Jan-03 14:10
Gary R. Wheeler29-Jan-03 14:10 
QuestionSTL map problem...??? Pin
ns29-Jan-03 9:30
ns29-Jan-03 9:30 
AnswerRe: STL map problem...??? Pin
User 988529-Jan-03 9:41
User 988529-Jan-03 9:41 
AnswerRe: STL map problem...??? Pin
Joaquín M López Muñoz29-Jan-03 12:34
Joaquín M López Muñoz29-Jan-03 12:34 
General[Beta-Tester search] Test new System Information Viewer Pin
Dominik Reichl29-Jan-03 9:23
Dominik Reichl29-Jan-03 9:23 
GeneralARG! m_pszProfileName Pin
Scott H. Settlemier29-Jan-03 9:01
Scott H. Settlemier29-Jan-03 9:01 
m_pszProfileName is set by MFC's APPINIT.CPP to the filename
by which the application was invoked. If the application was
started via a short path name (using GetShortPathName), such
as must be fairly common when passing the filename on command
lines, the application will use the incorrect registry key.

I use SetRegistryKey in my app's OnInitInstance and nothing
else. So now I've got buggy programs. Should I have done
something else? oh.. wait. I just looked. Right, I'm missing
AFX_IDS_APP_TITLE in the string table which MFC uses to reset
m_pszAppName to the correct application name--- which in turn
causes pszProfileName to get later get set correctly.

ARG, I those hidden chains of effects drive me crazy.
Oh well. I guess I'll still hit submit on this....
WTF | :WTF:

GeneralCOM1 Opening Pin
Dasa29-Jan-03 7:02
Dasa29-Jan-03 7:02 
GeneralRe: COM1 Opening Pin
Abbas_Riazi29-Jan-03 8:21
professionalAbbas_Riazi29-Jan-03 8:21 
Generaltransparent buttons Pin
Thomas Bretz-Rieck29-Jan-03 7:04
Thomas Bretz-Rieck29-Jan-03 7:04 
GeneralRe: transparent buttons Pin
Abbas_Riazi29-Jan-03 8:58
professionalAbbas_Riazi29-Jan-03 8:58 
GeneralRe: transparent buttons Pin
Thomas Bretz-Rieck29-Jan-03 23:45
Thomas Bretz-Rieck29-Jan-03 23:45 
Generaldefault parameter values Pin
brianwelsch29-Jan-03 5:53
brianwelsch29-Jan-03 5:53 
GeneralRe: default parameter values Pin
Nitron29-Jan-03 6:06
Nitron29-Jan-03 6:06 
GeneralRe: default parameter values Pin
Roger Allen29-Jan-03 6:14
Roger Allen29-Jan-03 6:14 
GeneralRe: default parameter values Pin
brianwelsch29-Jan-03 6:48
brianwelsch29-Jan-03 6:48 
GeneralHELP!?!?! :-O Pin
Nitron29-Jan-03 5:41
Nitron29-Jan-03 5:41 
GeneralRe: HELP!?!?! :-O Pin
Roger Allen29-Jan-03 6:17
Roger Allen29-Jan-03 6:17 
GeneralRe: HELP!?!?! :-O Pin
Nitron29-Jan-03 6:41
Nitron29-Jan-03 6:41 
GeneralRunning an exe as an activex component. Pin
DaMP29-Jan-03 5:26
DaMP29-Jan-03 5:26 
GeneralSave dialog crash. Pin
albuemil29-Jan-03 5:21
albuemil29-Jan-03 5:21 
GeneralIcon display troubles Pin
Brigg Thorp29-Jan-03 5:06
Brigg Thorp29-Jan-03 5:06 
GeneralRe: Icon display troubles Pin
Nitron29-Jan-03 6:08
Nitron29-Jan-03 6:08 
GeneralRe: Icon display troubles Pin
Brigg Thorp29-Jan-03 6:56
Brigg Thorp29-Jan-03 6:56 

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.