Add a path to required dll to PATH environment variable.
Add a path to required dll to PATH environment variable.
J-P Nurmi
ok, but...
What's the name of file I should put the PATH variable?
When an application is launched, required DLLs (if any) are searched for in the current working directory and in paths listed in the PATH environment variable. Currently, as it says, mingwm10.dll cannot be found. So add "c:\MinGW\bin" to PATH so that it can be found.
J-P Nurmi
Bookmarks