- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We’re encountering the following error when trying to run a DLL:
"Could not find module ‘DLL_Name.dll’ (or one of its dependencies)."
Interestingly, the DLL works perfectly when called from Microsoft Excel (32-bit), but fails in other environments.
From our research, it seems the DLLs should be built using the "Release" configuration. However, we’re unsure which supporting DLLs are required at runtime to ensure proper execution.
Questions:
- Is there a definitive list of runtime dependencies required for a DLL built in Release mode?
- Are there tools or best practices recommended by Intel to identify missing dependencies?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are numerous potential dependencies but the source content and build options can change what is needed. Use the free tool from
"Dependency Walker (depends.exe) Home Page"
Which will show what dependencies a specific program has and if they are satisfied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel ifx generates 64-bit code.

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