c++ - Hide console in eclipse -


Is it OK to create a project with no console in Eclipse? Or can I hide it, does not it appear at all? I tried ShowWindow (), Freakon (), but the console still appears for each other's part, I also tried to use WinMain, yet there was no change. I know that I can do this in windows 02 (VS 02010) by creating a Windows application (not a console), but it is also true in Eclipse?

To get the code / SUBSYSTEM: CONSOLE must pass, if Using the WinMain , still you are giving a console view the settings for changing the parameter, which in turn cl and / SUBSYSTEM: CONSOLE changes to / SUBSYSTEM: Windows .

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -