windows嵌入式ce 6.0 dll创建

发布于 2024-11-07 15:04:59 字数 86 浏览 5 评论 0原文

我想创建 winCE 6.0 DLL。 我已经安装了 Visual Studio 2005、平台生成器、PB R2、PB R3。 如何创建wince dll?

I wants to create winCE 6.0 DLL.
I have installed visual studio 2005, platform builder, PB R2, PB R3.
HOw to create the wince dll.?

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

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

发布评论

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

评论(1

喜爱纠缠 2024-11-14 15:04:59

您不需要 Platform Builder 来执行此操作 - 事实上,这绝对是困难的方法和错误的工具(它会起作用,但就像使用反铲种植郁金香)。解释如何做到这一点是一个很长的清单,当你构建它时,调试将是一场噩梦。

相反,请执行以下操作:

  • 安装 Visual Studio 2005 Standard 或 Studio 2008 Pro(以便获得设备编译器)。
  • 为您的目标设备安装 SDK(或至少为您的目标处理器安装 SDK)
  • 从“文件”菜单创建一个新的 C++ Win32 智能设备项目
  • 使用向导选择您的平台并在向导的“应用程序设置”部分中选择“DLL” 。

You don't need Platform Builder to do this - in fact it's definitely the hard way and wrong tool (it will work, but it's like using a backhoe to plant a tulip). Explaining how to do it is a long list, and when you have it built, debugging will be a nightmare.

Instead, do the following:

  • Install Visual Studio 2005 Standard or Studio 2008 Pro (so you get the device compilers).
  • Install an SDK for your target device (or at least an SDK for your target processor)
  • Create a new C++ Win32 Smart Device Project from the File menu
  • Uee the Wizard to select your Platform and select "DLL" in the Application Setting part of the wizard.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文