PowerBuilder 12 客户端运行时
我正在使用 PowerBuilder 12 作为其中一个应用程序。我已将该项目部署为 exe。但是当我在客户端计算机上运行 exe 时,它会要求一些 PB dll。是否有任何 PowerBuilder 客户端 12 运行时可用于此,或者是否有不同的方法来部署 exe。
谢谢
阿温德
I am using PowerBuilder 12 for one of the application. I have deployed the project as an exe. But when i run the exe in a client machine it asks for some PB dlls. Is there any PowerBuilder client 12 runtime available for this, or is there a different way to deploy the exe.
Thanks
Arvind
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
无论您创建了哪种目标,您都需要部署 DLL。但是,您需要哪些部署 DLL 取决于您创建的目标类型以及您正在使用的功能。确定您需要哪些 DLL 的指南是“应用程序技术”手册,特别是“打包应用程序以进行部署”和“部署应用程序和组件”章节。本手册(和其他手册)位于您的软件分发介质(CD、下载)中,但也可以从 http://sybooks 获取.sybase.com;它们可以在线查看或以 PDF 格式下载。
祝你好运,
特里。
You need the deployment DLLs, no matter what kind of target you've created. However, which deployment DLLs you need depends on what kind of target you've created and what features you're using. The guide to determining which DLLs you need is the "Application Techniques" manual, particularly the "Packaging an Application for Deployment" and "Deploying Applications and Components" chapters. This manual (and others) came on your software distribution media (CDs, download), but they are also available at http://sybooks.sybase.com; they are available to view online or to download as PDFs.
Good luck,
Terry.
我认为你可能错过了 dll,而只给出了 .exe。这是因为当您编译和构建库时,您的应用程序就准备好了。您只需将编译后的文件放入包含 .exe 文件的文件夹中即可。此外,PB 有默认存在的特定运行时 dll。检查你的文件,你可能错过了 dll。
I think you might have missed the dll's and would have given the .exe alone. This is because when you compile and build libraries, your application gets ready. You just drop your compiled files into the folder containing the .exe file. Moreover, PB has specific runtime dll's which are by default present. Check your files, you might have missed the dll's.