473,830 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

omniORB 4.0.3 and omniORBpy 2.3 available

omniORB 4.0.3 and omniORBpy 2.3 are now available. They are bug fix
releases. Many thanks to all the people who have contributed bug fixes
and features.

omniORB is a robust, high performance CORBA implementation for C++.
omniORBpy is a version for Python. They are open source, available
under the terms of the GNU LGPL.

As always, the releases can be downloaded from SourceForge in source
and Windows binary formats:

http://sourceforge.net/project/showf...group_id=51138

Enjoy.

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.o rg --
-- http://www.grisby.org --
Jul 18 '05 #1
4 1957
RCS
I downloaded both the omniORB-4.0.3.tar.gz and the
omniORB-4.0.3-x86_win32.zip files, and tried to build the libs and DLL
(using Visual Studio 7).

The platform I chose was
platform = x86_nt_4.0_vs_7

In both cases I got a ton of unsresolved externals (632 of them).

When I build OmniORB-4.0.2 I used the exact same procedure, using the same
compiler, and it went fine.

What is missing from the 4.0.3 distribution?

Regards,
RCS

"Duncan Grisby" <du*********@gr isby.org> skrev i melding
news:46******** *************** ****@nf2.news-service.com...
omniORB 4.0.3 and omniORBpy 2.3 are now available. They are bug fix
releases. Many thanks to all the people who have contributed bug fixes
and features.

omniORB is a robust, high performance CORBA implementation for C++.
omniORBpy is a version for Python. They are open source, available
under the terms of the GNU LGPL.

As always, the releases can be downloaded from SourceForge in source
and Windows binary formats:

http://sourceforge.net/project/showf...group_id=51138

Enjoy.

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.o rg --
-- http://www.grisby.org --

Jul 18 '05 #2
In article <hH************ ******@news4.e. nsc.no>, RCS <rc****@online. no> wrote:
I downloaded both the omniORB-4.0.3.tar.gz and the
omniORB-4.0.3-x86_win32.zip files, and tried to build the libs and DLL
(using Visual Studio 7).

The platform I chose was
platform = x86_nt_4.0_vs_7

In both cases I got a ton of unsresolved externals (632 of them).

When I build OmniORB-4.0.2 I used the exact same procedure, using the same
compiler, and it went fine.


First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile. If that
still fails, please subscribe to the omniORB mailing list, and post
details of the missing symbols to there.

Cheers,

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.o rg --
-- http://www.grisby.org --
Jul 18 '05 #3
RCS

"Duncan Grisby" <du*********@gr isby.org> skrev i melding
news:15******** *************** ****@nf2.news-service.com...
First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile.
I did that, and tough luck, the same unresolved 632 external symbols.
If that still fails, please subscribe to the omniORB mailing list, and post details of the missing symbols to there.


Well, I have tried earlier to post to the mailing lists, but what I always
get as a response is this:

"Your mail to 'omniORB-list' with the subject
<my message subject>
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list"

and some time later I recieve an email that the message was not accepted due
to my not being a member, even if I have registered as a member (and recieve
mails every day from the list).

So I excpect it this time also not to pass through to the members of the
mailing list.

Anyway, here are some of the unresolved external symbols (from among those I
could capture in the DOS window):

* CosNaming::Nami ngContext::Cann otProceed::inse rtToAnyFn ... referenced in
function CosNaming::Nami ngContext::Cann otProceed:: scalar deleting
destructor
* CosNaming::Nami ngContext::Cann otProceed::_NP_ repoId ... referenced in
function CosNaming::Nami ngContext::Cann otProceed::Cann otProceed
* CosNaming::Nami ngContext::NotF ound::_NP_typeI d ...
* CosNaming::Nami ngContextExt_He lper::release ...
* CosNaming::Nami ngContext_Helpe r::release
* CosNaming::Nami ngContext::Alre adyBound::~Alre adyBound
* CosNaming::Nami ngContext::NotE mpty::_NP_marsh al
* CosNaming::Nami ngContext::Inva lidName::_NP_re poId
Regards
RCS


Jul 18 '05 #4
In article <EM************ ******@news4.e. nsc.no>, RCS <rc****@online. no> wrote:
First, as another poster suggested, make sure you have nothing to do
with omniORB on your path before you try the new compile.


I did that, and tough luck, the same unresolved 632 external symbols.


Just to check, are you using the source tarball, or the pre-compiled
Win32 binary .zip file? You should not use the binary .zip since that
is compiled with VC++ 6, and will conflict with VC++ 7.
If that still fails, please subscribe to the omniORB mailing list, and
post details of the missing symbols to there.


Well, I have tried earlier to post to the mailing lists, but what I always
get as a response is this:

"Your mail to 'omniORB-list' with the subject
<my message subject>
Is being held until the list moderator can review it for approval.
The reason it is being held:
Post by non-member to a members-only list"

and some time later I recieve an email that the message was not accepted due
to my not being a member, even if I have registered as a member (and recieve
mails every day from the list).


I see you have sorted it out now, but for anyone else, the cause of
this is always that you have subscribed from one email address but are
trying to post from another address.

Cheers,

Duncan.

--
-- Duncan Grisby --
-- du****@grisby.o rg --
-- http://www.grisby.org --
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1604
by: Duncan Grisby | last post by:
omniORB version 4.0.2 and omniORBpy 2.2 are now available. omniORB is a robust, high performance CORBA ORB for C++. omniORBpy is a version for Python. They are freely available under the terms of the GNU LGPL. These are mainly bug fix releases. Highlights of the new releases include: - Bug fixes.
3
1648
by: denginere | last post by:
I have a situation where I am embedding python in c++ and calling omniorb within python. c++ -> python -> c++ -> python The python is called using the following // Import the module/script pTmpModule = PyImport_Import(pName); PyObject_CallObject(pFunc, pArgs);
0
1082
by: Diez B. Roggisch | last post by:
Hi, I currently try to use omniorb it conjunction with new-style classes. What I want to accomplish is simple: I'd like to associate the authentication-info the user has provided with the current thread on each method called. However in the very moment I inherit my servant from 'object', omniORB fails to marshal the object reference. Has anybody overcome this limitation? One thought I had was to create a
3
2077
by: Birgit Rahm | last post by:
Hello newsgroup, I work with omniORB for python and I what to log the calls, does anyone in this group know how I can do this? I use the command to initialize the ORB ORB = CORBA.ORB_init(sys.argv + , CORBA.ORB_ID) but I dont get a log file or a message in pythonwin output display about anything. Does anyone know, were the log data is? And how I can store it in a file? By the way I ask also the omniORB mailing list, but here are the...
1
3350
by: RajaSrinivasan | last post by:
can we script CORBA objects/events with python. my search for simple examples has not yielded any results. any help appreciated.
3
3917
by: gerald.maher | last post by:
Hi, I am trying to excuate the follwong code: I get the following error: Here is my Lib path:
0
1229
by: gerald.maher | last post by:
Hi, I just want to execute a script that used omniORB, omniORBpy Python, Here are the version that I Tried, is this correct ? omniORBpy 2.5 omniORB 4.0.5 Python 2.4.1 The script is below:
0
1098
by: Duncan Grisby | last post by:
I am pleased to announce that omniORB 4.1.1 and omniORBpy 3.1 are now available. omniORB is a robust, high performance CORBA implementation for C++; omniORBpy is a version for Python. You can download them in source and Windows binary forms from SourceForge: http://sourceforge.net/project/showfiles.php?group_id=51138&package_id=44914&release_id=544978...
3
1289
by: Ilan | last post by:
Hello, My apologies if this is not the correct forum for thses quiestions, by I'm rather new to python+CORBA Has anyone used omniORBpy as CORBA implementation? are there any drawbacks? Does omniORBpy 3.2 supports the Dynamic Invocation Interface? Thanks.
0
9786
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9641
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10479
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10523
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10199
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9312
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7741
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6948
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5778
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.