問題タブ [omniorb]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
488 参照

windows-7-x64 - 「Corba ネーミング サービスに到達できません」

Corba ネーム サービスに到達できません。Windows XP で実行されていますが、同じ設定の Windows7 64 ビットでは実行されていません。オムニネーム。exe が実行され、ログ ファイルが作成されますが、他のプロセスが Windows7 で同じエラー「Corba Naming Service Not Reachable」を返します。

Visual Studio 2005 32 ビットおよび Windows7 64 ビットのローカル マシンです。

0 投票する
1 に答える
100 参照

java - omn​​iORBについて誰か助けてくれませんか?

私は最近 omniORB を学んでいますが、インターネット上でほとんどドキュメントを見つけられませんでした。Java を使用した omniORB のドキュメントを表示できる人はいますか? ありがたいです。

0 投票する
2 に答える
469 参照

windows-7-x64 - OmniORB コンパイル エラー Windows 7 64 ビット

Windows 用に omniORB_4.1.6 64 ビットをコンパイルするときに、次のエラーに遭遇した人はいますか? 「RegQueryValueEx が失敗しました - エラー 109」

readme.win32 の手順に従いましたが、omniDyamic、コードセットなどでリンク エラーが発生しました。そのため、誰かが omniorb_root/src/tools/win32 を再構築して bin/x86_win32/ にコピーすることを提案しました。それが私がやったことであり、omniORB全体を再コンパイルすると、エラーは次のようになります:

0 投票する
1 に答える
761 参照

python - Python: Installing OmniOrbpy in Windows64(Windows 7) environment

I'd like to experiment with a Python (v2.7) app accessing a CORBA API, but I keep going around in circles about which OmniOrb pieces are necessary and where they should be placed.

I've downloaded omniORBpy-4.2.0-win64-py27 which I thought should have contained the bits I needed.

Is is as simple as adding the files in the bin\x86_win32 directory into my Python lib\Site-packages directory ?

I've found conflicting information about using the PYTHONPATH environment variable (I don't have one now), is it necessary?