Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Unable to compile by Intel Compiler MFC project in Microsoft Visual Studio 2019

dmitry_k
Novice
5,790 Views
 
 
I am trying to compile my MFC project in Microsoft Visual Studio 2019. Intel Parallel studio 2020 is used (Compiler 19.1). 
I am getting error - unable to obtain mapped memory (see pch_diag.txt) in all configurations(x86/x64/Release/Debug).
Known workaround (compiler key /Qoption,cpp,--pch_control=60000000 ) isn't work.
 
0 Kudos
23 Replies
Viet_H_Intel
Moderator
635 Views

Looks like you were able to compile your preprocess file.

I am not sure what issue is with the VS version you are using, but we weren't able to reproduce it so far.


Another suggestion is, if you have another machine, try a different VS version ( choose the ones released before Oct-10-2020) to see if issue still persists or not.


Thanks,


0 Kudos
Viet_H_Intel
Moderator
590 Views

Let us know if this is still an issue. Otherwise, we will close it.

Thanks,


0 Kudos
Viet_H_Intel
Moderator
580 Views

We will no longer respond to this thread.  

If you require additional assistance from Intel, please start a new thread. Any further interaction in this thread will be considered community only.

Thanks,


0 Kudos
Reply