[vtkusers] SimpleCocoaVTK link dead?
    Sean McBride 
    sean at rogue-research.com
       
    Mon Oct 22 13:33:59 EDT 2007
    
    
  
On 10/21/07 8:01 PM, Feng Ding said:
>I'm going to develop native OSX-based VTK applications, and I'm using
>C++. Possible to mix obj-c and C++ in programming? Let's say, using
>obj-c for the interface, and C++ for the core algorithm.
Yes, that is possible.  It's exactly what SimpleCocoaVTK does really. 
The interface is Obj-C Cocoa and the core algorithm (VTK itself) is 99% C++.
I would advise this route.  IMNSHO, using Carbon for a new project is
not advisable anymore, as Carbon is not making the move to 64 bit in OS
10.5, and thus has no long-term future.
-- 
____________________________________________________________
Sean McBride, B. Eng                 sean at rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada
    
    
More information about the vtkusers
mailing list