I download the TBB each version, and add them to VS2005.
Using concurrent_queue concurrent_hash_map is ok.
But when I use parallel_for, then get a link error!
error LNK2001: unresolved external symbol "public: virtual void __thiscall tbb::task::note_affinity(unsigned short)" (?note_affinity@task@tbb@@UAEXG@Z)
Could some one to tell me how to resolve it.
Thanks very much!


