03.05.2010, 16:30
Quote:
Originally Posted by Toribio
Usually (I think always) this error happens when the samp-server.exe cannot find the "exports" functions.
So, check if the file yourplugin.def is being loaded by your plugin on VC++ config. If it's loaded, and the error continues, try to see if all functions wich samp-server.exe calls are in your plugin and in the .def file. Code:
EXPORTS Supports Load Unload AmxLoad AmxUnload And the .vcproj config: ModuleDefinitionFile="yourplugin.def" |
what file is yourplugin.def ?? (my plugin name is mysql.dll) and i am not sure how i check what the samp-server.exe is calling...