Link to home
Start Free TrialLog in
Avatar of -Karamja-
-Karamja-

asked on

Win32 Console App, Hide

Hello,

Im quite new to C/C++

I have made a Win32 Console App, that copies some files for me,
but as it does not need any user input, I was thinking is there a way so it does not
show the blank cmd window when I run my applications.

Easy points.
ASKER CERTIFIED SOLUTION
Avatar of cwwkie
cwwkie

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of -Karamja-
-Karamja-

ASKER

Thanks, I added this line to my app;

#pragma comment( linker, "/subsystem:\"windows\" /entry:\"mainCRTStartup\"" )