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

C / C++ / MFC

 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT5-Nov-06 21:24
Hamid_RT5-Nov-06 21:24 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
dharani5-Nov-06 21:58
dharani5-Nov-06 21:58 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT5-Nov-06 23:59
Hamid_RT5-Nov-06 23:59 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
dharani6-Nov-06 0:51
dharani6-Nov-06 0:51 
GeneralRe: I don't know how to resize my Bitmap with 120 DPI !!! Pin
Hamid_RT6-Nov-06 8:15
Hamid_RT6-Nov-06 8:15 
Questionunresolved external symbol _wWinMain@16 Pin
Raghavendra Pise5-Nov-06 20:20
Raghavendra Pise5-Nov-06 20:20 
AnswerRe: unresolved external symbol _wWinMain@16 Pin
Nibu babu thomas5-Nov-06 20:53
Nibu babu thomas5-Nov-06 20:53 
GeneralRe: unresolved external symbol _wWinMain@16 Pin
Raghavendra Pise6-Nov-06 0:40
Raghavendra Pise6-Nov-06 0:40 
AnswerRe: unresolved external symbol _wWinMain@16 Pin
Rage5-Nov-06 20:53
professionalRage5-Nov-06 20:53 
AnswerRe: unresolved external symbol _wWinMain@16 Pin
Michael Dunn5-Nov-06 20:54
sitebuilderMichael Dunn5-Nov-06 20:54 
GeneralRe: unresolved external symbol _wWinMain@16 Pin
Rage5-Nov-06 23:29
professionalRage5-Nov-06 23:29 
GeneralRe: unresolved external symbol _wWinMain@16 Pin
Raghavendra Pise6-Nov-06 0:43
Raghavendra Pise6-Nov-06 0:43 
GeneralRe: unresolved external symbol _wWinMain@16 Pin
Raghavendra Pise6-Nov-06 0:37
Raghavendra Pise6-Nov-06 0:37 
AnswerRe: unresolved external symbol _wWinMain@16 Pin
Hamid_RT5-Nov-06 21:24
Hamid_RT5-Nov-06 21:24 
QuestionHow to implement NTP n C (or gcc)? Pin
Andy Rama5-Nov-06 20:18
Andy Rama5-Nov-06 20:18 
QuestionMFC Library question, VC++ 6.0 Pin
HakunaMatada5-Nov-06 20:10
HakunaMatada5-Nov-06 20:10 
AnswerRe: MFC Library question, VC++ 6.0 Pin
Rage5-Nov-06 20:57
professionalRage5-Nov-06 20:57 
AnswerRe: MFC Library question, VC++ 6.0 Pin
PJ Arends5-Nov-06 23:18
professionalPJ Arends5-Nov-06 23:18 
Look in the file afx.h. All the library files that are needed by MFC are listed in there.

Dynamic linking links in mfc42.lib, which causes mfc42.dll to be loaded at run time.

Static linking links in nafxcw.lib, which is the static MFC library.



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

QuestionBYTE Array Calculation ? Pin
Sakthiu5-Nov-06 20:01
Sakthiu5-Nov-06 20:01 
AnswerRe: BYTE Array Calculation ? Pin
Cedric Moonen5-Nov-06 20:37
Cedric Moonen5-Nov-06 20:37 
AnswerRe: BYTE Array Calculation ? Pin
Niklas L5-Nov-06 20:40
Niklas L5-Nov-06 20:40 
AnswerRe: BYTE Array Calculation ? Pin
toxcct5-Nov-06 23:42
toxcct5-Nov-06 23:42 
Questiontranluscent Pin
storyera_storyera5-Nov-06 19:35
storyera_storyera5-Nov-06 19:35 
AnswerRe: tranluscent Pin
Hamid_RT5-Nov-06 21:22
Hamid_RT5-Nov-06 21:22 
AnswerRe: tranluscent Pin
Rage5-Nov-06 21:34
professionalRage5-Nov-06 21:34 

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.