Skip to content
Discussion options

You must be logged in to vote

Reason

The reason is why there is a page titled DLL Hell on Wikipedia.

The problem arises when there are two or more DLL files with the same exact name that are available on the search path, namely inside in one of the paths listed in the environment variable PATH.

Solution

  1. First we should diagnose which DLL file is having the problem and where it is located, as documented in subsection Diagnosis.

  2. We try to remove or isolate the location of that DLL file, as documented in subsections:

Diagnosis

First we need to diagnose which library is failing, if there is no indication of which exact library is failing.

Therefore, start a new blueCFD-Core …

Replies: 1 comment

Comment options

wyldckat
Mar 7, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by wyldckat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant