Glut Removing console windows

Source: Internet
Author: User

Glut is the OpenGL Application Toolkit (OpenGL Utility Toolkit), which provides OpenGL with a simple window platform that allows programmers to not care much about platform-related windowing systems.
When building a project, we generally set up a console program (in VC6, the console Win32 application) to use the GLUT library. However, under the console program, the runtime will be out of the console window, it is not beautiful, we can use the following method to remove the console window:
#pragma COMMENT (linker, "/subsystem:\" windows\ "/entry:\" Maincrtstartup\ "")
By adding the above macro at the top of the CPP file where the main function is located, you can easily remove the console window so that only the glut window is left.

Glut Removing console windows

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.