alliedmodders / sourcemod

SourceMod - Source Engine Scripting and Administration
http://www.sourcemod.net/
973 stars 422 forks source link

Could not find interface: ISourceMod #779

Closed kice closed 6 years ago

kice commented 6 years ago

I built the example extension and after run the command to load the plugin, I got this error message.

[SM] Extension sample.ext.dll failed to load: Could not find interface: ISourceMod

What did I do wrong?

asherkin commented 6 years ago

You are trying to load your extension on an older version of SourceMod than you compiled against.