Win32 .exe with out console.
-
Hi, I am using Visual studio 2005 to build a small Win32 .exe. This exe is doing a very small registry operation only. So i do not want a UI for this. I tried to do a win 32 console application. but while launching that the command console pops up for a moment till the execution completes. How to build the exe where the console will not pop up? Thanks in advance.
Birajendu SonicWALL Bangalore India
-
Hi, I am using Visual studio 2005 to build a small Win32 .exe. This exe is doing a very small registry operation only. So i do not want a UI for this. I tried to do a win 32 console application. but while launching that the command console pops up for a moment till the execution completes. How to build the exe where the console will not pop up? Thanks in advance.
Birajendu SonicWALL Bangalore India
I am not sure how you can do that, if it's a console application then it needs to execute in a console Window. By the way this is not a Managed C++/CLI question; please use the correct forum for your queries.
Just say 'NO' to evaluated arguments for diadic functions! Ash
-
I am not sure how you can do that, if it's a console application then it needs to execute in a console Window. By the way this is not a Managed C++/CLI question; please use the correct forum for your queries.
Just say 'NO' to evaluated arguments for diadic functions! Ash
Richard MacCutchan wrote:
By the way this is not a Managed C++/CLI question; please use the correct forum for your queries.
Thank you, take a 5! :-)
Regards, Nish
My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.
-
Hi, I am using Visual studio 2005 to build a small Win32 .exe. This exe is doing a very small registry operation only. So i do not want a UI for this. I tried to do a win 32 console application. but while launching that the command console pops up for a moment till the execution completes. How to build the exe where the console will not pop up? Thanks in advance.
Birajendu SonicWALL Bangalore India
birajendu wrote:
How to build the exe where the console will not pop up?
Just choose a normal Win32 project (not a console project) and just don't put any code that creates a window.
Regards, Nish
My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.
-
Richard MacCutchan wrote:
By the way this is not a Managed C++/CLI question; please use the correct forum for your queries.
Thank you, take a 5! :-)
Regards, Nish
My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.