[vtkusers] Vtk programming on Mac OS X with Xcode
Mike Jackson
imikejackson at gmail.com
Sun Jul 8 21:11:06 EDT 2007
How hard this will be depends on how much "Windows" specific C++ code
you used. If you just stuck to generally accepted C++ and the VTK
toolkit, just rerun cmake on your CMakeLists.txt file to generate
Xcode projects and compile. If you did NOT use CMake for your
projects then you will have a tougher time getting the Xcode projects
setup.
Apple hosts a mail list just for Xcode questions: http://
lists.apple.com/xcode-users
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jul 8, 2007, at 7:50 PM, Jing LI wrote:
>
> I need to convert some VTK VS .Net 2005 solutions to XCode projects
> on Mac.
> I am not familiar with Mac and XCode. I searched the web, only
> found the
> tutorials on programming vtk using cocoa with XCode.
>
> I do not want to change the original VTK C++ codes much, just want
> to do as
> simple as possible to make the VTK C++ codes run on Mac.
>
> Does any one have such experience?
>
> Thanks in advance,
>
> Jing
>
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/
> Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list