Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29295 Discussions

Missing IE dlls when using /debug:parallel

Andrew_Smith
Valued Contributor I
464 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
464 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
464 Views
Those DLLs are conditional loads and their absence won't prevent your DLL from loading.
0 Kudos
Reply