在 Visual Studio 2008 中构建 perl win32 库
我们当前在我们的应用程序中使用 perl 5.6 库。不知道它最初来自哪里(在我加入公司之前)。现在我们需要将此库升级到 5.14,以满足许多客户的要求...有人有如何在 Visual Studio 中构建 Perl 5.14 的经验吗?我知道有一个完整的 readme.win32 但我想要一个 VS 解决方案(因为我们的开发环境中的其他任何东西都有这个)。有没有办法从 perl 5.14 发行版提供的 makefile 制作解决方案文件?
We currently use perl 5.6 library in our application. No idea where it originally came from (before my time in the company). Now we need to upgrade this library to 5.14 for a number of customer requests... does anyone have the experience on how to build Perl 5.14 in Visual Studio? I know there is a complete readme.win32 but I would like to have a VS solution (as anything else in our dev environment has this). Is there any way to make a solution file from the makefile that is provided with perl 5.14 distribution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从 Activestate 获取预构建的 ActivePerl 5.14.2 二进制文件:http://www.activestate.com /activeperl/下载
You can get ActivePerl 5.14.2 binaries pre-built and free from Activestate: http://www.activestate.com/activeperl/downloads