Click here to Skip to main content
16,006,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I want to run my application as hidden( like Windows Service) Pin
zahid_ash17-May-06 1:49
zahid_ash17-May-06 1:49 
AnswerRe: I want to run my application as hidden( like Windows Service) Pin
David Crow17-May-06 3:19
David Crow17-May-06 3:19 
QuestionDifference between WIN32 Application and WIN32 Console Application wizard Pin
zahid_ash16-May-06 23:57
zahid_ash16-May-06 23:57 
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
_AnsHUMAN_ 17-May-06 0:02
_AnsHUMAN_ 17-May-06 0:02 
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
zahid_ash17-May-06 0:17
zahid_ash17-May-06 0:17 
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Alton Williams17-May-06 2:46
Alton Williams17-May-06 2:46 
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Sarath C17-May-06 0:20
Sarath C17-May-06 0:20 
GeneralRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
NiceNaidu17-May-06 2:49
NiceNaidu17-May-06 2:49 
There are two major differences between Win32 console and Win 32 application.

1.If it is win32 console application, mainCRTStartup() gets called first,which inturn calls main() method.
If it is win32 application,then WinMainCRTStartup() gets called as Entry point ,which in turn calls WinMain

2.Under compiler settings, the /subsystem flag is set to /subsystem:windows for Win32 application, /subsystem:console for Win32 console application.


Appu..
"If you judge people, you have no time to love them."
AnswerRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
Alton Williams17-May-06 3:00
Alton Williams17-May-06 3:00 
QuestionRe: Difference between WIN32 Application and WIN32 Console Application wizard Pin
David Crow17-May-06 3:22
David Crow17-May-06 3:22 
QuestionOutlook _ContactItem Display() function Pin
mhammans16-May-06 23:33
mhammans16-May-06 23:33 
QuestionAccessing values from dialog window Pin
VinayCool16-May-06 23:32
VinayCool16-May-06 23:32 
AnswerRe: Accessing values from dialog window Pin
Cedric Moonen16-May-06 23:50
Cedric Moonen16-May-06 23:50 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 2:21
VinayCool17-May-06 2:21 
GeneralRe: Accessing values from dialog window Pin
Russell'17-May-06 3:24
Russell'17-May-06 3:24 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 20:17
VinayCool17-May-06 20:17 
AnswerRe: Accessing values from dialog window Pin
VinayCool17-May-06 21:19
VinayCool17-May-06 21:19 
AnswerRe: Accessing values from dialog window Pin
David Crow17-May-06 3:25
David Crow17-May-06 3:25 
GeneralRe: Accessing values from dialog window Pin
VinayCool17-May-06 20:19
VinayCool17-May-06 20:19 
AnswerRe: Accessing values from dialog window Pin
VinayCool17-May-06 21:18
VinayCool17-May-06 21:18 
QuestionTitle for customised menu's child menu. Pin
Swati_18816-May-06 23:30
Swati_18816-May-06 23:30 
QuestionFile or Folder Pin
Anil_vvs16-May-06 23:10
Anil_vvs16-May-06 23:10 
AnswerRe: File or Folder Pin
kk.tvm16-May-06 23:12
kk.tvm16-May-06 23:12 
AnswerRe: File or Folder Pin
Mila02516-May-06 23:18
Mila02516-May-06 23:18 
AnswerRe: File or Folder Pin
Cool Ju16-May-06 23:36
Cool Ju16-May-06 23:36 

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.