Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionwhy RES file contain ICO file path? Pin
HOW WHAT3-Dec-09 17:06
HOW WHAT3-Dec-09 17:06 
AnswerRe: why RES file contain ICO file path? [modified] Pin
Adam Roderick J3-Dec-09 17:14
Adam Roderick J3-Dec-09 17:14 
Questionerror LNK2001: unresolved external symbol _wWinMain@16 Pin
includeh103-Dec-09 15:32
includeh103-Dec-09 15:32 
QuestionRe: error LNK2001: unresolved external symbol _wWinMain@16 Pin
David Crow3-Dec-09 16:02
David Crow3-Dec-09 16:02 
AnswerRe: error LNK2001: unresolved external symbol _wWinMain@16 Pin
Adam Roderick J3-Dec-09 17:06
Adam Roderick J3-Dec-09 17:06 
Questionload bitmap into memory [modified] Pin
transoft3-Dec-09 11:54
transoft3-Dec-09 11:54 
AnswerRe: load bitmap into memory Pin
«_Superman_»3-Dec-09 13:04
professional«_Superman_»3-Dec-09 13:04 
GeneralRe: load bitmap into memory Pin
transoft4-Dec-09 2:18
transoft4-Dec-09 2:18 
QuestionHow to measure program speed? Pin
Grimes3-Dec-09 6:31
Grimes3-Dec-09 6:31 
QuestionRe: How to measure program speed? Pin
David Crow3-Dec-09 6:38
David Crow3-Dec-09 6:38 
AnswerRe: How to measure program speed? Pin
Grimes3-Dec-09 6:45
Grimes3-Dec-09 6:45 
AnswerRe: How to measure program speed? Pin
«_Superman_»3-Dec-09 8:19
professional«_Superman_»3-Dec-09 8:19 
GeneralRe: How to measure program speed? Pin
Grimes3-Dec-09 9:47
Grimes3-Dec-09 9:47 
AnswerRe: How to measure program speed? Pin
David Crow3-Dec-09 9:55
David Crow3-Dec-09 9:55 
GeneralRe: How to measure program speed? Pin
«_Superman_»3-Dec-09 9:59
professional«_Superman_»3-Dec-09 9:59 
GeneralRe: How to measure program speed? Pin
Member 41945933-Dec-09 15:12
Member 41945933-Dec-09 15:12 
GeneralRe: How to measure program speed? Pin
Grimes3-Dec-09 21:37
Grimes3-Dec-09 21:37 
QuestionUsing HDC thats NULL Pin
dipuks3-Dec-09 6:06
dipuks3-Dec-09 6:06 
AnswerRe: Using HDC thats NULL Pin
«_Superman_»3-Dec-09 6:15
professional«_Superman_»3-Dec-09 6:15 
That depends on the function you are using it in.
For example, the CreateCompatibleDC function says that if HDC is NULL it uses the current screen as the reference.

So if there is nothing mentioned about the behavior when HDC is NULL, if sure the behavior is undefined and you should not do that.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: Using HDC thats NULL Pin
dipuks3-Dec-09 7:17
dipuks3-Dec-09 7:17 
GeneralRe: Using HDC thats NULL Pin
«_Superman_»3-Dec-09 7:55
professional«_Superman_»3-Dec-09 7:55 
QuestionProblem in running an application(developed in VC++ 2005) from windows service .. Pin
jain_MS3-Dec-09 5:27
jain_MS3-Dec-09 5:27 
AnswerRe: Problem in running an application(developed in VC++ 2005) from windows service .. Pin
«_Superman_»3-Dec-09 5:55
professional«_Superman_»3-Dec-09 5:55 
QuestionMemory allocation in multi-threaded application Pin
baerten3-Dec-09 5:08
baerten3-Dec-09 5:08 
QuestionRe: Memory allocation in multi-threaded application Pin
David Crow3-Dec-09 5:42
David Crow3-Dec-09 5:42 

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.