Re: Please help, i'm newbe in cocoa + oracle programming.

2010-03-25 Thread Mark Woollard
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

Please help, i'm newbe in cocoa + oracle programming.

2010-03-25 Thread Pavel Subach
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