summaryrefslogtreecommitdiff
path: root/CountryFlags/docs/Flags-Developer.txt
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-20 17:43:06 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-20 17:43:06 +0000
commite50eec541098fccea490e449898a9a6bc6a687fa (patch)
treeeba2674e427791cb9d2e61f1e5a4d8c8c98c1ad7 /CountryFlags/docs/Flags-Developer.txt
parent532c574af6a0ab2a44b0062b7b2176dde01eca40 (diff)
added Flags
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@190 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'CountryFlags/docs/Flags-Developer.txt')
-rw-r--r--CountryFlags/docs/Flags-Developer.txt48
1 files changed, 48 insertions, 0 deletions
diff --git a/CountryFlags/docs/Flags-Developer.txt b/CountryFlags/docs/Flags-Developer.txt
new file mode 100644
index 0000000..68c51a6
--- /dev/null
+++ b/CountryFlags/docs/Flags-Developer.txt
@@ -0,0 +1,48 @@
+
+Country Flags 0.1.0.3 for Miranda IM 0.7+
+------------------------------------------------------------------------
+ Developer Information
+
+ Contents: -------------------------------
+ | Translation, Services (API),
+ | Debug Symbols, Coding Language, Rebase Info
+
+Translation
+-----------------
+ The translation string listing can be found in
+ 'Flags-Translation.txt'.
+
+Services (API)
+-----------------
+ For more information about which service functions are offered by
+ 'Country Flags' and about how they can be used by your plugin,
+ please refer to 'm_flags.h'.
+ If you would like to use Delphi/Pascal please refer to 'm_flags.inc'.
+
+ Please redirect any questions or extension whishes to me by e-mail:
+ hrathh at users.sourceforge.net
+
+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.
+ To debug crashes the supplied MAP-file file might be helpful.
+
+Coding Language
+-----------------
+ 'Country Flags' was written using Microsoft Visual C++ 6.0 SP6
+ and the Microsoft Platform SDK shipped along with it.
+
+Rebase Info
+-----------------
+ 'Country Flags' has set its base address to:
+ 0x24200000
+
+ Please avoid using this base address for your plugins because it will
+ slow down the startup of Miranda IM.
+
+ Using Microsoft Visual C++, the base address can be configured at:
+ 'Project' -> 'Settings' -> 'Linker' -> 'Output' -> 'Base Address'
+
+H. Herkenrath (hrathh at users.sourceforge.net)