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

Failure installing my C++/Fortran program

denara
Beginner
679 Views
Hi.
I develop a C++/fortran program in VS 2005, but Im having problems when installing the program in other computers. I tried to trace the dependencies with Dependency Walker and it says DWMAPI.DLL is missing. But I dont have it on the computer I use to develop the program. I dont know what else I can do, as I need to distribute the program to my clients and they certainly dont have VS 2005. Does anyone have any ideas?
Thanks
Andrea
0 Kudos
4 Replies
Steven_L_Intel1
Employee
679 Views
Ignore DWMAPI.DLL. The problem is more likely that you need the Visual C++ 2005 Redistributables on the target system.

What exactly is the error you get?
0 Kudos
denara
Beginner
679 Views
The exact message is (in portuguese - I dont know the equivalent message in english...):
"Falha na inicializao do aplicativo devido a configurao incorreta. A reinstalao do aplicativo pode resolver o problema."
0 Kudos
Steven_L_Intel1
Employee
679 Views
I recognize the message. My suggestion about installing the VC2005 redistributables should fix it.
0 Kudos
denara
Beginner
679 Views
The problem was in the generation of the manifest file. I fixed it and it is working fine now.
Thanks.
0 Kudos
Reply