summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-11-11 08:26:59 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-11-11 08:26:59 +0000
commit6c1a5d616e83a6ca20479255ccc272abac586011 (patch)
treedea3257a36f602e626272cc25c912704619e9b2c /plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt
parenteabafdf4b42139ff85a8c8212cd0a9d287171e73 (diff)
- VersionInfo moved to deprecated and replaced be CrashDumper because CrashDumper's debugger part can be switched off now if needed
git-svn-id: http://svn.miranda-ng.org/main/trunk@10950 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt')
-rw-r--r--plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt b/plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt
new file mode 100644
index 0000000000..fd71ab0526
--- /dev/null
+++ b/plugins/!Deprecated/VersionInfo/docs/rebase_versioninfo.txt
@@ -0,0 +1,33 @@
+=§= TO PLUGIN DEVELOPERS =§=
+
+This plugin has its Base Address set to:
+0x25040000
+
+Please, avoid using this BaseAddress for your plugins: using the same addresses
+will slow Miranda.
+Read "pluginguidelines.txt" under miranda0100/miranda32/doc/ in the CVS.
+
+This Base Address is built this way:
+
+0x25 040000
+^^^^ ^^^^^^
+My radix Incremental value related to my plugins.
+
+Range for base address is 0x10000000 to 0x50000000, so 0x25040000 fits well there.
+
+040000 is an incremental value which represents VersionInfo.
+[Note: 000000 is used for RePosition, 010000 for NewStatusNotify, 030000 for PicPlugin and so on.]
+
+Why do I call 0x25 "My radix"?
+
+HRK = H + R + K
+H = 8th letter in the english alphabet.
+R = 18th letter in the english alphabet.
+K = 11th letter in the english alphabet.
+
+8 + 18 + 11 = 37.
+37(dec) = 25(Hex)
+
+Base Address can be found/configured:
+§ MSVC++ 6.0
+ Project->Settings->Link->Output->Base Address \ No newline at end of file