Results 1 to 2 of 2

Thread: Only for experts - MTS

  1. #1

    Thread Starter
    Need-a-life Member Mc Brain's Avatar
    Join Date
    Apr 2000
    Location
    Buenos Aires, Argentina
    Posts
    6,808

    Only for experts - MTS

    Does anybody has an idea of MTS (Microsoft Transaction Server)? I need to "re-write" some classes with Public variables and Public functions. Can anybody give me a hand?
    Emiliano F. Martín


    If a post has helped you then please Rate it! (and give the user points he/she deserves by clicking on the image).
    Encourage the person who helped you to keep doing it, and give him the points he deserves.


    MP3 Organizer: Freeware to logically organize all your MP3s.

  2. #2
    jim mcnamara
    Guest
    This sounds just like 'breaking binary compatibility'

    Create all new interfaces, ie., if you now have

    Implements IMcBrain

    You need to ceate:

    Implements IMcBrain2

    just so you do not violate binary compat.

    Add ONLY the new properties/methods to IMcBrain2.
    NOT THE OLD ONES! I'm shouting for a reason - don't do it.

    You need to create another interface ---- short answer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width