diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 14:01:09 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-19 14:01:09 +0000 |
commit | 97c496705a49c6cb8fc228b0397d9c7793ad6fb7 (patch) | |
tree | aebb4b88955cb99cb564bd5deeefc047977d1f73 /plugins/LangMan/docs/LangMan-Developer.txt | |
parent | 9dd5697955f03c183d5689e4e8dd0fe8927e3817 (diff) |
added LangMan
git-svn-id: http://svn.miranda-ng.org/main/trunk@74 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/LangMan/docs/LangMan-Developer.txt')
-rw-r--r-- | plugins/LangMan/docs/LangMan-Developer.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/plugins/LangMan/docs/LangMan-Developer.txt b/plugins/LangMan/docs/LangMan-Developer.txt new file mode 100644 index 0000000000..6ce0c8dabb --- /dev/null +++ b/plugins/LangMan/docs/LangMan-Developer.txt @@ -0,0 +1,46 @@ +
+Language Pack Manager 1.0.2.2 for Miranda IM 0.6+
+------------------------------------------------------------------------
+ Developer Information
+
+ Contents: -------------------------------
+ | Translation, Services (API), Debug Symbols,
+ | Coding Language, Rebase Info
+
+Translation
+-----------------
+ Translation strings can be found in 'LangMan-Translation.txt'.
+ If you are a translator please refer to 'LangMan-Translation.txt'
+ for more information about how your langpack file info needs to be formated
+ to be viewable in a nice way.
+
+Services (API)
+-----------------
+ For more information about which service functions are provided by
+ 'Language Pack Manager' and about how they can be used by your plugin please
+ refer to 'm_langman.h'.
+ If you would like to use Delphi/Pascal please refer to 'm_langman.inc'.
+
+Debug Symbols
+-----------------
+ Debug symbols are also available for debugging purposes.
+ Copy the PDB-files in the SDK-zip into the same directory as the
+ corresponding DLL-files.
+
+Coding Language
+-----------------
+ 'Language Pack Manager' was written using Microsoft Visual C++ 6.0 SP6
+ and the Microsoft Platform SDK shipped along with it.
+
+Rebase Info
+-----------------
+ 'Language Pack Manager' has set its base address to:
+ 0x24100000
+
+ Please avoid using this base address for your plugins because
+ it will slow down the startup of Miranda IM a little bit.
+
+ Using Microsoft Visual C++, the base address can be configured at:
+ 'Project' -> 'Settings' -> 'Linker' -> 'Output' -> 'Base Address'
+
+H. Herkenrath (hrathh at users.sourceforge.net)
|