Hiya!

I want in my main program use a class that is in a DLL. Is that possible?
What kind of dll should my class be and how do I use it from the main program?
I would like to do something like this.
myClassFromDll myClass;
myClass.SomeMethod();

Thanks
Magnus