On Oct 30, 2005, at 3:06 PM, Lawrence Sanbourne wrote:
And if you don't store pointers, then the STL has to copy the FSRef
into some memory.
Actually...there's nothing stopping you from "creating" the FSRefs
directly in the vector.
vector<FSRef> v;
...
i = v.size();
v.resize( big enough );
status = ::FSGetCatalogInfoBulk(..., &v[i], ...);
Cheers,
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
It's either this, or imagining Phil Schiller in a thong.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden