Delphi 7 中的 Orbix 客户端

发布于 2024-10-19 06:07:08 字数 257 浏览 1 评论 0原文

有没有一种简单的方法可以在 Delphi 7 中创建 Orbix 客户端?服务器是用C语言创建的,运行在Linux服务器上。

我知道 idl2pas.bat,但这不会生成 Visibroker 特定的存根吗?看起来生成的代码链接到加载“orbpasxx.dll”的 CORBA.pas。

基本上我需要知道创建这样一个客户端的最少步骤是什么。

Is there an easy way to create an Orbix client in Delphi 7? The server is created in C and runs on a Linux server.

I know about idl2pas.bat but does that not generate Visibroker specific stubs? It looks like the generated code links to CORBA.pas which loads the "orbpasxx.dll".

Basically I need to know what the minimum steps would be to create such a client.

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

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

发布评论

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

评论(1

胡渣熟男 2024-10-26 06:07:08

Orbix 入门指南(适用于 C++) 但有些想法是相似的。 (我认为)

另一篇与 Delphi 相关的文章,来自 embarcadero。或者也许这篇文章

抱歉,如果这些没有帮助。

祝你的问题好运!!!

A guide of getting started with Orbix (for C++) but some of the ideas would be similar. (I think)

Another article relating to Delphi, from embarcadero. Or maybe this article

Apologies, if these are not helpful.

Good Luck with your problem!!!

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