Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Qt 中遇到了一个错误问题:调用时无法将参数 1 从 'const char *' 转换为 'LPCWSTR':OutputDebugString("wtf!");
在简单的 C++ 项目中,我一直将“字符集”设置为“未设置”,但这一次它不起作用,错误一直显示。我尝试了其他可能性,例如“使用多字节”,但仍然没有效果。这是怎么回事?
谢谢。
我发现当我使用 qDebug 而不是 OutputDebugString 时它可以工作。