From f04d64869f3b1de54fb343f28f955584780001b8 Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Sat, 26 Nov 2011 15:41:10 +0000 Subject: Project folders rename part 3 git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Langman/docs/LangMan-Developer.txt | 46 -------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 Langman/docs/LangMan-Developer.txt (limited to 'Langman/docs/LangMan-Developer.txt') diff --git a/Langman/docs/LangMan-Developer.txt b/Langman/docs/LangMan-Developer.txt deleted file mode 100644 index 6ce0c8d..0000000 --- a/Langman/docs/LangMan-Developer.txt +++ /dev/null @@ -1,46 +0,0 @@ - -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) -- cgit v1.2.3