删除 D 中的命令提示符?

发布于 2024-10-13 02:14:33 字数 78 浏览 4 评论 0原文

我正在用 D 编写一个 SDL 应用程序(因此我想保持高度的平台独立性),并且我正在寻找一种方法来阻止命令提示符打开发布版本。如何做到这一点?

I'm writing an SDL app in D (therefore I'd like to maintain a high amount of platform-independence), and I'm looking for a way to stop the command prompt opening up release builds. How does one do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晚雾 2024-10-20 02:14:33

使用选项 -L-Subsystem:Windows 调用 DMD。

只需确保使用适当的参数将 main 更改为 WinMain 即可。

Call DMD with the option -L-Subsystem:Windows.

Just make sure that your main gets changed to WinMain, with the appropriate arguments.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文