After I launch game It noticed
Plugin load failed,could not find dynamic library Game!
then game played like this
ASKING FOR HELP ! Does these mean I lost any DLL files or what ? How could I find out the file I Lost and fix it?
Re: Plug-in load failed!
#2dumpbin from Visual Studio tools (VC\bin folder) can help here:
dumpbin /dependents xxx.exe
find missing dlls, put dll in the folder of exe.
dumpbin /dependents xxx.exe
find missing dlls, put dll in the folder of exe.