quick question... this is just a misunderstanding on inheritance my end so this should be quick to fix (I\'m using objective-c++). I\'ll take the question off if it\'s already b
You're not linking the .o file generated when compiling Derived.cpp. Just add Derived.o to the end of your compiler arguments when you compile your Wrapper.mm file to create an executable and you should be good (though I hadn't even ever heard of obj-c++ before)