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

Moving Application from Vista to XP

schwarem
Beginner
633 Views
I am compiling an application with 5 dlls and an executable in Visual Studio 2008 on a Vista machine using compiler version 10.1.021. The application runs fine on other Vista machines, but it does not work on XP machines. After using dependency walker, it is looking for DWMAPI.DLL. Is there an issue with the compiler going back from Vista to XP?
0 Kudos
3 Replies
Steven_L_Intel1
Employee
633 Views
Ignore the message about DWMAPI.DLL. It is not important. What is the exact error you get when you try to run on XP? There is no compiler issue. Most likely you need Visual C++ redistributables.
0 Kudos
schwarem
Beginner
633 Views
The error I receive is "The application failed to initialize properly (0xc0150002). Click on OK to terminate the application." This is a Fortran program, why do I need the C++ redistributables?
0 Kudos
Steven_L_Intel1
Employee
633 Views
The Fortran run-time library uses the MSVC library. You must have linked to the DLL form of the run-time library. Follow the link I gave and install the package shown there on the target system.
0 Kudos
Reply