- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Windows 11; VS 2022 17.4.3; IFORT 2023.0.0
Installation proceeded smoothly, and compiler seems to work properly, but when I start execution of my C++ MFC project + Fortran library, I get hundreds of messages in the output window like
INTEL_GT_DEBUGGER: (36479) Exception thrown in method IsRemoteDebugging: Not implemented (Exception from HRESULT: 0x80004001 (E_NOTIMPL))
What is the meaning of these, and how can I fix the cause so I don't get them. They appear all throughout the pgms's execution.
コピーされたリンク
23 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I am using VS2022 v17.6. The problem was never solved, but the symptom has almost completely stopped, so I've stopped worrying about it.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I found that this error would appear when the x86 plantform is selected. And, these errors would disappear while the x64 plantform is selected.