From: Benjamin D. <bdu...@gm...> - 2008-01-13 00:12:11
|
All, I have a program that is specifically told to link as objective-C++. When I do this, RBApplicationMain is undefined at link time (it is linked as a framework, and on the link line.) If I change to "According to Source Type", it would work, but I have some code in a *.h file that is C++ specific that does not compile properly (I'm assuming because it is reading the .h file according to obj-c rules). Can anyone help? Thanks, Ben |