diff options
| author | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:17:22 +0300 |
|---|---|---|
| committer | dartraiden <wowemuh@gmail.com> | 2018-07-16 02:17:22 +0300 |
| commit | 8489653a797198b9980e5c774a612087c25ea320 (patch) | |
| tree | 6cdaea08edd6e094eaf61152b4c2c68169b0eddf /plugins/AssocMgr/docs/developer.txt | |
| parent | c8847b86cd6a7e43aa7684710a619a22ecc4714a (diff) | |
Move some docs to wiki
AssocMgr and AutoShutdown docs moved to wiki.
Diffstat (limited to 'plugins/AssocMgr/docs/developer.txt')
| -rw-r--r-- | plugins/AssocMgr/docs/developer.txt | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/plugins/AssocMgr/docs/developer.txt b/plugins/AssocMgr/docs/developer.txt deleted file mode 100644 index 9448e6ade0..0000000000 --- a/plugins/AssocMgr/docs/developer.txt +++ /dev/null @@ -1,47 +0,0 @@ -
-File Association Manager 0.1.1.0 for Miranda IM 0.6+
-------------------------------------------------------------------------
- Developer Information
-
- Contents: -------------------------------
- | Translation, Services (API),
- | Debug Symbols, Coding Language, Rebase Info
-
-Translation
------------------
- Translation strings can be found in 'AssocMgr-Translation.txt'.
-
-Services (API)
------------------
- For more information about which service functions are provided by
- 'File Association Manager' and about how they can be used by your
- plugin please refer to 'm_assocmgr.h".
- If you would like to use Delphi/Pascal please refer to 'm_assocmgr.inc'.
-
- If you have any questions or extension whishes please send me an e-mail:
- hrathh at users.sourceforge.net
-
-Debug Symbols
------------------
- Debug symbols are also available for debugging purposes.
- Copy the PDB-files into the same directory as the
- corresponding DLL-files.
- To debug crashes the supplied MAP-file file might be helpful.
-
-Coding Language
------------------
- 'File Association Manager' is written with Microsoft Visual C++ 6.0 SP6.
- Used Microsoft Platform SDK: 5.2.3790.1830.15 (Svr2003 SP1).
-
-Rebase Info
------------------
- 'File Association Manager' has set its base address to:
- 0x24300000
-
- 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)
|
