Are you compiling your Objective-C code as ObjC++ or straight ObjC? Name your
source files with .mm extension to indicate ObjC++. Also read the following:
http://developer.apple.com/Mac/library/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ocCPlusPlus.html
Mark
On 15 Mar 2010, at 07:08, Pa
i know how-to use occi library in C++ based project on macosx, but when i try
including iostream and occi.h in my objective-c class when i build my cocoa
application and get error such as Cannot find iostream and more others bug...
If anybody know step-by-step guide for implementing occi library