ActiveX 控件的调试输出

发布于 2024-08-14 09:30:44 字数 95 浏览 3 评论 0原文

我正在开发一个 ActiveX 控件,我想像其他控件一样将一些调试输出扔到 tstcon32 中的控制台区域。哪个系统调用正在执行此操作?

标准输出似乎不是这样

I'm developing an ActiveX control and I'd like to throw some debug output to the console area in tstcon32 like other controls are doing. What system call is doing that?

stdout doesn't seem to be it

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

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

发布评论

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

评论(2

冷情妓 2024-08-21 09:30:44

您在考虑 ATLTRACE2 吗?
“根据指示的标志和级别向输出设备(例如调试器窗口)报告警告。”

Are you thinking of ATLTRACE2 ?
"Reports warnings to an output device, such as the debugger window, according to the indicated flags and levels."

娇纵 2024-08-21 09:30:44

最有可能的是它使用OutputDebugString:http://msdn。 microsoft.com/en-us/library/aa363362%28VS.85%29.aspx

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