- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
How can I solve this problem?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page