[omniORB] Newbie Question: Heap Problems with VC++ 7

Duncan Grisby duncan at grisby.org
Thu Sep 1 18:50:48 BST 2005


On Wednesday 24 August, Markus Sabin wrote:

> I finally managed to re-compile all libs, exes and DLLs with VC7
> according to the readme.win32. Unfortunately, my problems keep
> persisting. In order to make sure that I have no bugs in my
> client/servant implementation, I tried to get the echo example
> running, but it shows the same behavior as my program: heap
> corruptions when de-allocating CORBA::String_var. Exceptions when
> resolving references to the NameService and so on.
> What I have already tried is to link against static/debug/release
> libraries - no effect. Strange enough that the NameService - which was
> rebuilt with VC7 - seems to work properly.

Look at the command line arguments used when the naming service was
built. Compare them with the arguments used when you build your code.
If they're different at all, look into what the particular arguments
mean.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list