Help Plugin 0.2.1.2 for Miranda IM 0.6+ ------------------------------------------------------------------------ Source Code Reminder: The Help Plugin is released under the terms of the GNU General Public License. See 'Help-License.txt' for more details. Help Plugin is copyright 2002 Richard Hughes, 2005-2007 H. Herkenrath. Please notify me of any changes that improve the help Plugin or add new features. If you have any questions on the code, feel free to contact me at my email address. H. Herkenrath (hrathh at users.sourceforge.net) Notes ------------------------------------------------------------------------ The project files for VS 7 and 8 (*.vcproj and *.vspscc) are not kept up-to-date. The working project files are the ones of VS 6 (*.dsw and *.dsp). When modifying resource with VC 6 the resource editor replaces RICHEDIT_CLASS in the resources automatically by 'RichEdit20A'. When compiling for final release make sure to correct this again to RICHEDIT_CLASS to maintain unicode support correctly. The following files need to be changed to bump the version number: Info_Src.txt (1 place) version.h (6 places) m_help.h (1 place) m_help.inc (1 place) Docs\Help-Readme.txt (3 places) Docs\Help-Translation.txt (2 places) Docs\Help-Developer.txt (1 place)