Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to type japanese font in resource in VC++ projects Pin
Rajesh R Subramanian11-Jan-07 21:02
professionalRajesh R Subramanian11-Jan-07 21:02 
AnswerRe: How to type japanese font in resource in VC++ projects Pin
Hamid_RT11-Jan-07 21:04
Hamid_RT11-Jan-07 21:04 
QuestionDifference between Service and Console Application Pin
Kotesh.N11-Jan-07 20:10
Kotesh.N11-Jan-07 20:10 
AnswerRe: Difference between Service and Console Application Pin
Jonathan [Darka]11-Jan-07 22:38
professionalJonathan [Darka]11-Jan-07 22:38 
GeneralRe: Difference between Service and Console Application Pin
ThatsAlok12-Jan-07 2:37
ThatsAlok12-Jan-07 2:37 
GeneralRe: Difference between Service and Console Application Pin
Jonathan [Darka]12-Jan-07 2:42
professionalJonathan [Darka]12-Jan-07 2:42 
GeneralRe: Difference between Service and Console Application Pin
David Crow12-Jan-07 2:51
David Crow12-Jan-07 2:51 
AnswerRe: Difference between Service and Console Application Pin
Cristian Amarie13-Jan-07 4:43
Cristian Amarie13-Jan-07 4:43 
A service is *most of the time* a console application. But not mandatory. This does not mean necessary that the service displays an user interface, but if the project was compiled with /subsystem:console or /subsystem:windows.
Other than this, a service application is registered in system as such, accepts certain control codes, and is managed by SCM (Service Control Manager).
One can write a service that can interact with the desktop and even display an user interface (although not recommended, sure), not only because a service *must* be a console application, but because this kind of application is intended to be not interactive, system managed, and perform a continuous "service" - hence the name - without user interface. However, a service can create hidden windows for special purpose messages, or use functions that require a message loop. Even COM uses special purpose windows from what I know, so indirectly creating, say, CoCreateInstance, in a service does not makes a service "window free".

A console application is what its name says, just an application compiled for and executed in a console window. Nothing more.

Nuclear launch detected

QuestionIn which level windows services are running ( Low , Kernel, Application ) Pin
Kotesh.N11-Jan-07 20:08
Kotesh.N11-Jan-07 20:08 
AnswerRe: In which level windows services are running ( Low , Kernel, Application ) Pin
Jonathan [Darka]11-Jan-07 22:35
professionalJonathan [Darka]11-Jan-07 22:35 
AnswerRe: In which level windows services are running ( Low , Kernel, Application ) Pin
ThatsAlok12-Jan-07 2:38
ThatsAlok12-Jan-07 2:38 
Questionfinding memory address of OS Pin
Sachin Pimpale11-Jan-07 19:52
Sachin Pimpale11-Jan-07 19:52 
AnswerRe: finding memory address of OS Pin
Stephen Hewitt11-Jan-07 20:00
Stephen Hewitt11-Jan-07 20:00 
JokeRe: finding memory address of OS Pin
Rajesh R Subramanian11-Jan-07 20:29
professionalRajesh R Subramanian11-Jan-07 20:29 
GeneralRe: finding memory address of OS Pin
Stephen Hewitt14-Jan-07 12:06
Stephen Hewitt14-Jan-07 12:06 
GeneralRe: finding memory address of OS Pin
Rajesh R Subramanian15-Jan-07 17:59
professionalRajesh R Subramanian15-Jan-07 17:59 
JokeRe: finding memory address of OS Pin
Cedric Moonen11-Jan-07 22:48
Cedric Moonen11-Jan-07 22:48 
AnswerRe: finding memory address of OS Pin
Hamid_RT12-Jan-07 5:40
Hamid_RT12-Jan-07 5:40 
GeneralRe: finding memory address of OS Pin
Mark Salsbery12-Jan-07 6:23
Mark Salsbery12-Jan-07 6:23 
Questionneed help (beginner) Pin
Vikram.....11-Jan-07 19:28
Vikram.....11-Jan-07 19:28 
AnswerRe: need help (beginner) Pin
Stephen Hewitt11-Jan-07 19:33
Stephen Hewitt11-Jan-07 19:33 
GeneralRe: need help (beginner) Pin
Vikram.....11-Jan-07 19:38
Vikram.....11-Jan-07 19:38 
AnswerRe: need help (beginner) Pin
Michael Dunn11-Jan-07 21:44
sitebuilderMichael Dunn11-Jan-07 21:44 
QuestionX25 Error Pin
arun kumar kk11-Jan-07 19:20
arun kumar kk11-Jan-07 19:20 
AnswerRe: X25 Error Pin
Haroon Sarwar11-Jan-07 20:50
Haroon Sarwar11-Jan-07 20:50 

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.