 |
marsnme Newbie
Joined: 28 Jul 2009 Posts: 4
|
Posted: Sun Jan 02, 2011 4:58 am
COM Object Tutorial? |
Hello, I've been looking around the internet for some tutorials on creating COM objects in C# that I can use within cMUD for keeping track of different things. Do any of you have any good resources I could look at to learn about this stuff? I got the idea from a program I used to use back with zMUD a while ago, for information about it. http://www.angelfire.com/planet/aardgraf/ADinfo.htm
Any help is appreciated.
Thanks
Mars |
|
|
 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Sun Jan 02, 2011 6:24 pm |
I don't really do COM programming but this will likely be a good starting point. COM Programming in zMUD Much of the information should apply to CMUD as well.
|
|
_________________ Asati di tempari! |
|
|
 |
Anaristos Sorcerer
Joined: 17 Jul 2007 Posts: 821 Location: California
|
Posted: Thu Jan 06, 2011 2:53 am |
The citation by Tech is a good place to start. Still, it all depends on whether you are using CMUD as a server or a client (or a combination of both) and which platform you are using (C++ native or .NET CLR, for instance). That will be the steepest part of the learning curve. On the CMUD side things are simple enough, the commands and functions work as one would expect.
|
|
_________________ Sic itur ad astra. |
|
|
 |
|
|