I have a problem compiling an xchat plugin, i create the DLL project and add the files (xchat-plugin.h, myplugin.c).
When i compile it i have no problem but when i try to load it in xchat i get this message :
No xchat_plugin_init symbol; Are you sure that are really an xchat plugin?
(or something like this, because i translate this message from italian)
I read the doc for make plugin in C at the xchat official site (
http://www.xchat.org/docs/plugin20.html) and i compile the example but it doesn't work correctly!
Please are there someone can help me on make an xchat plugin (it's a dll).