When I launch this progeam I get message :
-----------------------------------------------------
Missing "messageProc" function.
The plugin is not compatable with current version of Notepad++.
Remove the plugin from plugins directory if you don't want to see this message on the next launch time.
OK
-----------------------------------------------------
What can I do to work Notepad++ properly without this message?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
NppInsertPlugin was developed long time ago, as an example for people willing to make their plugins. Notepad++ added a few more required functions that every plugin must implement. As far as I know, NppInsertPlugin was never updated.
I have instaled last version of Notepad++ v4.5
When I launch this progeam I get message :
-----------------------------------------------------
Missing "messageProc" function.
The plugin is not compatable with current version of Notepad++.
Remove the plugin from plugins directory if you don't want to see this message on the next launch time.
OK
-----------------------------------------------------
What can I do to work Notepad++ properly without this message?
NppInsertPlugin was developed long time ago, as an example for people willing to make their plugins. Notepad++ added a few more required functions that every plugin must implement. As far as I know, NppInsertPlugin was never updated.
ON the other hand - that plugin shouldn't be used as example anymore. PluginTemplate is the latest, up-to-date example of Notepad++ plugin. It can be found here: http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=248865
Just do what the error message told you to do - remove the dll from your plugins directory.