c++ - App looking for an invalid dynamic library -
I'm getting several error windows for an app that I Ask me _libpal_bullet.dll When it should actually be just libpal_bullet.dll The strange thing is that when I receive all the error messages, the app uses the right DLS in the same directory. The tax runs.
How can I get rid of these errors?
You can use the code to see the steps that brought the call to DLL . Perhaps you have ._libpal_bullet.dll included in your release configuration.
Comments
Post a Comment