gpt4 book ai didi

windows-8 - 在 C++ Metro 应用程序的 Release模式下显示消息

转载 作者:行者123 更新时间:2023-12-04 05:28:01 25 4
gpt4 key购买 nike

我正在使用 OutputDebugString在 C++ Metro 应用程序 Debug模式下在输出窗口中打印消息。它工作正常。

当我将其更改为 Release模式时,该消息不再出现在以下窗口中

enter image description here

有没有其他方法可以使用,以便我可以在地铁应用程序的 Release模式下显示消息?

最佳答案

当我在从“Blank App”项目模板构建的示例 C++ 商店应用程序中尝试时,它工作正常。只需添加一个按钮并实现其 Click 事件处理程序:

void App1::MainPage::Button_Click_1(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e)
{
OutputDebugString(L"Test\n");
}

并测试了 Debug 和 Release 版本。您的屏幕截图显示了错误的选择,您需要“调试”。唯一可能的故障是您在没有附加调试器的情况下运行发布版本。

关于windows-8 - 在 C++ Metro 应用程序的 Release模式下显示消息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12967954/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com