|
-
Oct 10th, 2001, 10:23 PM
#1
Thread Starter
Need-a-life Member
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.
-
Oct 10th, 2001, 11:13 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|