[omniORB] Gives System Exception while porting OnmiORB on NT4
.0
Bhatia, Neeraj
Neeraj.Bhatia@compaq.com
Tue, 28 Nov 2000 09:50:19 -0500
Hi Vijay,
What do mean by "when he uses those .so" ?
.so are shared libraries for Unix platforms. On Windows platform, you should
be linking with .lib. .DLL files will be used at runtime.
Neeraj Bhatia
Compaq Computer Corporation
-----Original Message-----
From: Vijay [mailto:vchavan@ptc.com]
Sent: Tuesday, November 28, 2000 7:13 AM
To: Sai-Lai Lo; omniorb-list@uk.research.att.com
Subject: [omniORB] Gives System Exception while porting OnmiORB on NT4.0
Hi
My colleague trying to port OmniORB3 on NT4.0 with VC++6.0
compiler.
He is able to run all those three echo examples without any
problem.
He is also able to run ../src/examples/boa example given.
But when he uses those .so with his application, it gives "System
Exception" at
boa = orb->BOA_init(argc, argv, "omniORB3_BOA");
What could be the problem?
Can you help him out?
Thx. in advance
Vijay