c++ - LoadLibrary call System Error wpcap.dll -
i'm trying load dll i've made dynamically in project. when go load library following error message:
"the program can't start because wpcap.dll missing computer. try reinstalling program fix problem."
i've searched , haven't found solution works me. replaced wpcap.dll file packet.dll file said missing , still gave me error. if me out appreciate it. thanks.
there dependency walker (http://www.dependencywalker.com/) can use find related dependencies of program. can use search missing dependencies. use on wpcap.dll. using on .exe not dependency walker doesn't find dependencies using loadlibrary call.
Comments
Post a Comment