$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] xcode iphone vs regular project issues
From: Tom Delorenzi (tmdelorenzi_at_[hidden])
Date: 2009-03-05 18:29:34
Hi. I have worked on boost before using Visual Studios and loved using it. I
am using a mac for some development now with xcode. My question is 2 fold.
First off, on a regular c++ project I can use boost no problem, but I
haven't seen how to get the auto complete to list functions through the ->
operator. Has anyone had luck? In visual studios i could include the header
and the non template header in my project to get this functionality to work.
Second question is, when developing a project that was created using the
iphone template the program fails to compile when I include any boost.h
files, even though I am including them in the exact same way that was
succesfull in the c++ project. Has anyone tried this?