在 wxWidgets 中编译 DLL 的任何工作示例

发布于 2024-08-22 03:22:05 字数 789 浏览 5 评论 0原文

我找到了一些如何在 wxWidgets 中编译 DLL 的示例,但没有一个在 wxWidgets 2.8.9

示例中编译,例如 http://wiki.wxwidgets.org/Creating_A_DLL_Of_An_Application(这里有些下载链接甚至不起作用,例如http://www.frogmorecs.com/dl/fromdll.zip)。甚至这个论坛上的代码http://wxforum.shadonet.com/viewtopic。 php?p=5964#5964 无法编译。

甚至来自官方 wxWidgets SVN 的最新示例 (http://svn .wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/dll/) 无法使用最新版本的 wxWidgets 进行编译。

有人帮忙!

I have found some examples of how to compile a DLL in wxWidgets but none of them compile in wxWidgets 2.8.9

Examples, such as, http://wiki.wxwidgets.org/Creating_A_DLL_Of_An_Application (here some of the download links don't even work, such as, http://www.frogmorecs.com/dl/fromdll.zip). Even the code at this forum http://wxforum.shadonet.com/viewtopic.php?p=5964#5964 does not compile.

Even the latest sample from the official wxWidgets SVN (http://svn.wxwidgets.org/viewvc/wx/wxWidgets/trunk/samples/dll/) does not compile with the latest build of wxWidgets.

someone help!

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

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

发布评论

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

评论(1

作死小能手 2024-08-29 03:22:05

操作方法如下:

  1. 下载rapidsvn
  2. 在您的计算机上创建一个名为“whatever”的目录
  3. 启动RapidSVN
  4. 转到Repository->Checkout...
  5. 输入url http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
  6. 选择您创建的文件夹作为目标目录,
  7. 点击确定
  8. 完成后 ,进入到目录并查看 BuildSVN.txt
  9. 现在构建示例/DLL

它应该可以正常工作!

this is how to do it:

  1. download rapidsvn
  2. create a directory on your computer named "whatever"
  3. start RapidSVN
  4. go to Repository->Checkout...
  5. enter url http://svn.wxwidgets.org/svn/wx/wxWidgets/trunk/
  6. select the folder you created as destination directory
  7. hit ok
  8. once finished, go to the directory and see BuildSVN.txt
  9. now build the samples/DLL

it should all work!

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