c++ - Visual Studio : how to start up a project without the console window poping up

标签 c++ visual-studio ide

<分区>

Possible Duplicate:
Hide console of Windows Application

所以我通过 lazyfoo 的教程为 visual studio 安装了 opengl。
当我运行该项目时,我得到 2 个菜单。
一个是老式控制台窗口,一个是游戏窗口。
我想在没有控制台窗口的情况下启动我的项目。 我应该如何实现这一点?
在 lazyfoo 中,他告诉我将我的链接器/子系统设置更改为 Windows,这样控制台就不会弹出,但是当我这样做时,我得到了这个奇怪的错误。
有没有更好的方法来防止弹出控制台窗口?

最佳答案

希望对您有所帮助! : Making my console application invisible

隐形算不算不存在?

关于c++ - Visual Studio : how to start up a project without the console window poping up,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13049269/

相关文章:

visual-studio - Visual Studio 2015/2017 中的 TSLint?

c# - 由于写权限,单元测试在 Visual Studio Team Services Build runner 上失败?

c++ - 每 X 字节删除空字节 c++ WINAPI

c++ - 无法在 MinGW 中捕获 bad_alloc

c++ - 使用 Sleuth Kit 函数 tsk_fs_open_img() 返回 FS 不是 FAT FS 的错误

wpf - XAML 设计 View 在 visual studio 2008 for silverlight 3 中损坏了吗?

ide - ruby 矿 7.0 : Disable automatic insertion of "end"

c++ - 对文件系统路径 vector 进行排序时,“尝试取消引用尾后迭代器”

.net - Visual Studio 2010 是否支持 .NET 4.5 CTP?

java - IntelliJ Maven 项目导入