[omniORB] Problems with application initialization on NT
Duncan Grisby
dgrisby@uk.research.att.com
Thu, 15 Jun 2000 11:20:57 +0100
On Tuesday 13 June, "Gerke, Tom" wrote:
> I'm having a problem running my application on Windows NT 4.0 with the VC++
> 6.0 compiler and omniORB 2.8.0. (When I use the VC++ 5.0 compiler, the
> application works fine.) When I attempt to resolve an initial reference to
> the Naming Service, I get a CORBA::NO_RESOURCES exception.
[...]
> Also, are the NT binaries which are distributed with the omniORB 2.8.0
> release compiled for 'Multithreaded DLL', and what version of the VC++
> compiler were they generated with?
The omniORB 2.8 binaries were compiled for "Multithreaded DLL", with
VC++ 5. The problem you are seeing is almost certainly that VC++ 6
doesn't like them. In particular, if you don't have the latest VC++ 6
service packs, there are incompatibilities between the memory
management in VC++5 and VC++ 6.
The best idea is to compile omniORB from scratch with VC++ 6.
Cheers,
Duncan.
--
-- Duncan Grisby \ Research Engineer --
-- AT&T Laboratories Cambridge --
-- http://www.uk.research.att.com/~dpg1 --