Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
QuestionWAN peer to peer Pin
intermediate5-Nov-06 19:25
intermediate5-Nov-06 19:25 
AnswerRe: WAN peer to peer Pin
Mark Salsbery6-Nov-06 7:55
Mark Salsbery6-Nov-06 7:55 
QuestionMFC support for windows service .. How ? Pin
Sakthiu5-Nov-06 18:52
Sakthiu5-Nov-06 18:52 
AnswerRe: MFC support for windows service .. How ? Pin
Nibu babu thomas5-Nov-06 19:33
Nibu babu thomas5-Nov-06 19:33 
GeneralRe: MFC support for windows service .. How ? Pin
Sakthiu5-Nov-06 19:56
Sakthiu5-Nov-06 19:56 
AnswerRe: MFC support for windows service .. How ? Pin
Mark Salsbery6-Nov-06 8:02
Mark Salsbery6-Nov-06 8:02 
QuestionMaximizing a window Pin
Waldermort5-Nov-06 18:43
Waldermort5-Nov-06 18:43 
AnswerRe: Maximizing a window Pin
Michael Dunn5-Nov-06 18:58
sitebuilderMichael Dunn5-Nov-06 18:58 
GeneralRe: Maximizing a window [modified] Pin
Waldermort5-Nov-06 19:08
Waldermort5-Nov-06 19:08 
GeneralRe: Maximizing a window Pin
Michael Dunn5-Nov-06 20:09
sitebuilderMichael Dunn5-Nov-06 20:09 

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.