PowerBuilder 11.5 .NET DLL pbl

发布于 2024-08-15 15:16:16 字数 152 浏览 1 评论 0原文

我已将 PowerBuilder 应用程序转换为 11.5 .NET。当它构建时,它会编译成一个 DLL、一个 EXE 和一堆“netmodule”文件。网络模块是部署所必需的,还是只是某些中间步骤的一部分?有没有办法让编译器为每个 pbl(PowerBuilder 库)构建一个 DLL?

I have converted a PowerBuilder application to 11.5 .NET. When it builds, it compiles into a DLL, an EXE and a bunch of “netmodule” files. Are the netmodules necessary for deployment, or just part of some intermediate step? Is there any way to get the compiler to build me one DLL for each pbl (PowerBuilder library)?

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

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

发布评论

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

评论(1

提笔落墨 2024-08-22 15:16:16

.netmodules 是中间文件。它们的集合创建一个程序集。只有程序集才能存储可执行代码。

.netmodules are intermediate files. A collection of them creates an assembly. Only an assembly can store executable code.

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