windows - How to figure out missing dll's -
i have matlab mex file not work, giving me "the specified module not found." error. now, understand issue tries link\call\whatever dll's missing. i'd figure out ones can provide them.
here explained how use dependency walker generate text file supposedly has information. generated file it's huge 1 , @ loss information missing files is.
i looking advice on how locate missing files reports in dependency walker output.
one way might run process monitor, filter (ctrl+l) processes matlab.exe, , inspect lines 'file name not found' after calling mex.
i can suggest way - more complicated , involves attaching debugger matlab. don't go there unless process monitor fails address this.
Comments
Post a Comment