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

error code -1073741819

Marián__VooDooMan__M
New Contributor II
681 Views
2>xilink: : error #10014: problem during multi-file optimization compilation (code -1073741819) 2>xilink: : error #10014: problem during multi-file optimization compilation (code -1073741819) I am using the latest stable 15 version of ICC, and MSVC 2013. What the hell this means? Shouldn't be numbers in error code dated back to 1980's ?! best
0 Kudos
1 Reply
Marián__VooDooMan__M
New Contributor II
681 Views

I think I got the root cause of this error.

Either, or both the statically linked library (*.lib) and/or its corresponding *.pdb file has been corrupted, so IPO linker choked on it, so I have rebuilt that static library and the problem disappeared.

But I might be wrong, since I have made many changes since then...

0 Kudos
Reply