I'm trying out the Intel compiler on a Windows solution that we've been building for some time with VS2010 tools (through VS2012). I have made no changes to the default settings, just set the solution to use the Intel compiler. On build, I'm getting the subject line Iink failure "LNK1248: image size (80000016) exceeds maximum allowable size (80000000)." I've read the Memory Limits for Applications on Windows article, but don't believe that exactly applies since I know I can build and run our production code with VS2010/12. Any ideas on how to solve this problem would be appreciated.