- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are having a problem installing our software in our test environment. Our code is developed on VS 2008 C++ and Intel FORTRAN 10.1. We have FORTRAN executables that use a library of mixed FORTRAN and C utilities (FORTRAN calling C). The FORTRAN executables will not run on the test environment unless we include the debug library MSVCR90D.DLL in the manifest directory. This dependency does not show up with the dependency walker; it was discovered through trial and error. We have been going through all of our options settings but cannot find anything that ought to be referencing a debug library. We are about out of ideas; any help anyone can provide with this issue will be greatly appreciated!
Link Copied
7 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
First thing I would recommend is to build a Release configuration. This should not depend on any debug DLLs. I can't think, though, of how you'd get the dependency that would not show up in Dependency Walker. Can you attach the Dependency Walker saved .dwi file for the application?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
First thing I would recommend is to build a Release configuration. This should not depend on any debug DLLs. I can't think, though, of how you'd get the dependency that would not show up in Dependency Walker. Can you attach the Dependency Walker saved .dwi file for the application?
--Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Curious. I see that there appears to be a dependency on MSVCR90.DLL (not the debug one) that isn't covered by a manifest entry - this is usually trouble. There's an entry for one with a manifest entry also in there. Another odd thing I notice is that g:raytheoneclipseservertemp_bin includes PSAPI.DLL, which is a Windows system DLL.
Are you very sure that it isn't MSVCR90.DLL that you need to copy? Can you show me the error message you get when you try to run the program without the MSVC DLL?
Are you very sure that it isn't MSVCR90.DLL that you need to copy? Can you show me the error message you get when you try to run the program without the MSVC DLL?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
Curious. I see that there appears to be a dependency on MSVCR90.DLL (not the debug one) that isn't covered by a manifest entry - this is usually trouble. There's an entry for one with a manifest entry also in there. Another odd thing I notice is that g:raytheoneclipseservertemp_bin includes PSAPI.DLL, which is a Windows system DLL.
Are you very sure that it isn't MSVCR90.DLL that you need to copy? Can you show me the error message you get when you try to run the program without the MSVC DLL?
Are you very sure that it isn't MSVCR90.DLL that you need to copy? Can you show me the error message you get when you try to run the program without the MSVC DLL?
Someone here suggested we might have an incompatibility between our Intel FORTRAN version 10.1.021 and our Visual Studio 2008 SP1, and perhaps we need to install the redistributable DLLs from Visual Studio 2005?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ah, I'll bet it's something in the embedded manifest. I am not an expert on manifests but it might have been pulled in from something else. Does your EXE have a separate manifest file?
No, installing VS2005 redistributables won't help.. There's no compatibility issue I know of.
No, installing VS2005 redistributables won't help.. There's no compatibility issue I know of.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Steve Lionel (Intel)
Ah, I'll bet it's something in the embedded manifest. I am not an expert on manifests but it might have been pulled in from something else. Does your EXE have a separate manifest file?
No, installing VS2005 redistributables won't help.. There's no compatibility issue I know of.
No, installing VS2005 redistributables won't help.. There's no compatibility issue I know of.
We ultimately did find the dependency; it was in a C module that was being called by the FORTRAN code. Seems odd that dependency walker couldn't find it though. Perhaps it has limitations with code using multiple languages.
Thanks for your attention to this issue; we appreciate your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dependency Walker seems to have limitations when it comes to manifests, though it usually gets it right. I'm glad to hear that you figured it out.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page