WinCE中创建线程

发布于 2024-08-29 07:34:09 字数 184 浏览 4 评论 0原文

我在 MFC 中将以下代码编写为 win32 应用程序:

CZoneThread* pThread = new CZoneThread( sZoneInfo ); pThread->CreateThread();

这里,CZoneThread是另一个类。

这段代码在 WinCE 中也能正常工作吗?

I have this code written in MFC as a win32 application:

CZoneThread* pThread = new CZoneThread( sZoneInfo );
pThread->CreateThread();

Here, CZoneThread is another class.

Will this code work correctly in WinCE as well?

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

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

发布评论

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

评论(1

浅语花开 2024-09-05 07:34:09

嗯,你总是可以尝试一下——这将是你自己测试的一种方法。但是,是的,这在 CE 下工作得很好(无论如何,也和 MFC 一样工作得很好)。

Well you could always try it - that would be a way to test it for yourself. But yes, that will work fine under CE (well as fine as MFC ever works anyway).

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