Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29395 Discussions

Missing IE dlls when using /debug:parallel

Andrew_Smith
Valued Contributor I
638 Views
I cannot run my dll with /debug:parallel since there are missing dependancies of IEFRAME.DLL:

ieshims.dll
wer.dll

I am compiling for 32 bit on XP64 SP2 with IE8 installed.
0 Kudos
2 Replies
Andrew_Smith
Valued Contributor I
638 Views
Actually I had another missing DLL that was causing the failure to load. The other dlls seam to resolve OK.
0 Kudos
Steven_L_Intel1
Employee
638 Views
Those DLLs are conditional loads and their absence won't prevent your DLL from loading.
0 Kudos
Reply