home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / miranda_hit / files / popup.mir / rebase_popup.txt < prev    next >
Text File  |  2002-05-27  |  951b  |  32 lines

  1. =º= TO PLUGIN DEVELOPERS =º=
  2.  
  3. This plugin has its Base Address set to:
  4. 0x25020000
  5.  
  6. Please, avoid using this BaseAddress for your plugins: using the same addresses will slow Miranda.
  7. Read "pluginguidelines.txt" under miranda0100/miranda32/doc/ in the CVS.
  8.  
  9. This Base Address is built this way:
  10.  
  11. 0x25        020000
  12. ^^^^        ^^^^^^
  13. My radix    Incremental value related to my plugins.
  14.  
  15. Range for base address is 0x10000000 to 0x50000000, so 0x25000000 fits well there.
  16.  
  17. 020000 is an incremental value which represents PopUp
  18. [Note: 000000 is used for RePosition, 020000 for PopUp, 030000 for PicPlugin and so on.]
  19.  
  20. Why do I call 0x25 "My radix"?
  21.  
  22. HRK = H + R + K
  23. H = 8th letter in the english alphabet.
  24. R = 18th letter in the english alphabet.
  25. K = 11th letter in the english alphabet.
  26.  
  27. 8 + 18 + 11 = 37.
  28. 37(dec) = 25(Hex)
  29.  
  30. Base Address can be found/configured:
  31. º MSVC++ 6.0
  32.   Project->Settings->Link->Output->Base Address