Original Post
typedef boost::function<void(DataPtr)> Callback;
error C2039: 'function' : is not a member of 'boost' Ugh. I included "boost/function.hpp", I don't have the namespace defined but I'm doing boost::function<>, I made sure the boost folder was set in my include directories list, I tried a full rebuild... Anyone have any idea what I may be missing here? The example I saw listed only "boost/function.hpp" as being needed, so I don't know why I'm getting this error. It can't be a missing .lib can it? Since I haven't even reached the linking stage thanks to this error (and a few other related ones). [help]