VC++ language CLR windows form with TBB? (error C2695)

Andrey Marochko (Intel)
October 27, 2008 9:08 AM PDT
Rate
 
#1

I'm not completely sure that this will help, but for the sake of experiment try to do the following:

  • Open file "tbb/parallel_for.h"
  • Find the line:
    /*override*/ void note_affinity( affinity_id id ) {
  • Change it to
    /*override*/ void __TBB_EXPORTED_METHOD note_affinity( affinity_id id ) {
  • Save the changed file
  • Rebuild your application

And, please, write us if it helped or not.

 


--------
-Andrey Marochko,
TBB developer


Intel Software Network Forums Statistics

8290 users have contributed to 31236 threads and 99111 posts to date.
In the past 24 hours, we have 7 new thread(s) 19 new posts(s), and 24 new user(s).

In the past 3 days, the most popular thread for everyone has been comparison cilk++, openmp, pthreads first results The most posts were made to comparison cilk++, openmp, pthreads first results The post with the most views is Very amusing...  Escalated as

Please welcome our newest member zq.x