Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.
2479 Discussions

In MFC applications, how to use tbb::flow::graph?

sui1
Beginner
363 Views

In MFC application, I have the following code in View.cpp:

#include <tbb/tbb.h>

tbb::flow::graph g;

 

Then, I run this application. The error is occured as shown in the following  figure.

error.JPG

 

How can I solve this problem?

0 Kudos
1 Reply
Mark_L_Intel
Moderator
319 Views

Hello @sui1,  

 

    The error "?itt_region_end_v9@internal" you’re encountering is related to Intel’s Instrumentation and Tracing Technology (ITT) API, which is used for performance analysis and profiling.  Are you using ITT in your code? Could you provide a complete reproducer?

0 Kudos
Reply