Re: [C++-sig] building 32 Bit and 64 Bit extensions on the same machine

2012-09-05 Thread Ronny Herzog
Aha! Thank you. This made it work. Ronny Am 8/31/2012 3:34 AM, schrieb Lars Viklund: On Mon, Aug 27, 2012 at 04:23:14PM +0200, Ronny Herzog wrote: Thank you, but this does not seem to work. If I do this with "bjam --address-model=64 -n" Note that the previous poster did not say "--address-

Re: [C++-sig] More inheritance problems

2012-09-05 Thread Charly Bicker
Dear Holger, thank you for your reply! > Why is that needed? > >>> t = testInheritance.Third(testInheritance.Derived()) > her in reality an instance of DerivedWrapper is created, and then > passed to C++. When you then do `t.get_base()` and instance of > DerivedWrapper will be returned (there is