|
alluran Adept
Joined: 14 Sep 2005 Posts: 223 Location: Sydney, Australia
|
Posted: Thu Oct 02, 2008 1:30 pm
Calling DLL libraries from cMud |
I'm looking for a way of calling public static methods from a custom DLL i created from within cMud.
Hints anyone? |
|
_________________ The Drake Forestseer |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
|
_________________ Asati di tempari! |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Oct 02, 2008 4:32 pm |
Your DLL needs to be specifically a COM-based Windows DLL. If it's just a "plain" DLL with public methods, there is no way to call that from CMUD.
|
|
|
|
alluran Adept
Joined: 14 Sep 2005 Posts: 223 Location: Sydney, Australia
|
Posted: Thu Oct 02, 2008 5:16 pm |
Oh come on, clearly you're not trying hard enough!
I was hoping for something in LUA or vbScript, but i guess i'll just go write COM interfaces now :)
Thanks anyways |
|
_________________ The Drake Forestseer |
|
|
|
|
|