c++ - UnsatisifiedLinkError - Unable to load dependent libraries -


i have developed java applet loads c++ dll through loadlibrary function. there, applet calls native methods implemented in c++ code. have created installshield installer puts c++ dll in required location on client computers.

everything works fine on development pc, when try testing on "fresh" client computer not have jre installed, getting unsatisfiedlinkerror: can't find dependent libraries. don't know if there else need include. checked using dependencywalker , below saw.

enter image description here

is there out of ordinary fresh windows install not include? else can determine dependency dll cannot find on client?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -