RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

What is this SDK?

St George

Wanderer
What is this SDK?

What's its purpose? I google and searched the forums too but nothing was reffering to a newby, it was all advanced level. What can i do with it? What other projects use it?
Thanks for any responces :)
 

rsmiller21

Wanderer
The SDK is a dll file that will give you certain funtions when programming. It is mostly used for applications that perform actions outside of RunUO like InsideUO, Gump Studio, ect ect.
 

Aenima

Wanderer
Of course, InsideUO does not use the SDK because it was written prior to the UO SDK. But you could remake InsideUO with it.
 

mordero

Knight
Like they said it is mostly for applications outside of RunUO. If you dont know anything about c# it would be best to start learning it before messing with the SDK. The easiest way to learn is to just look through its source or add the binary as a reference and just look through the different classes and such that are in it. If you need a little help on getting started this thread gives some examples in VB.net (which is easily converted to c#) on displaying images by using the SDK:

http://www.runuo.com/forums/showthread.php?t=76715
 
Top