quote:
Originally posted by desert_eagle_8
if i don't do anything whit the registry, there are nothing in the plugin option in msn. In registry, i put the following line:
Nickname Changer REG_SZ NickNameChanger.dll
Which is not what you need to add though....
A stated in the
official plugin documentation:
The name of the key is the string you want to be shown in Plus! plugin preferences window.
But more importantly (and what you did wrong) the value must be the name of your project (thus as set in your project properties) followed by a dot and the class object which contains the Plus! functions.
Thus the value is not the filename of your DLL. But is determined by stuff you've set in your project.
-----------
This said, I don't know if you need to specify all this at all, since it is in Dev-C++.... The registry adding is only requirement for ActiveX DLL's (VB DLL's) and .NET stuff...