bobef
Joined: 05 Jun 2005 Posts: 269
|
Posted: Sun Feb 26, 2006 1:38 am Post subject: Dynamically extending dmdscript |
|
|
I sent this to Carlos yesterday, but I was unaware he is not maintaining the project anymore. So to anyone it may interest.
Quote: |
Hello Carlos,
I don't know if you still work on Walnut, but if you do this may be of great interest for you. I managed to extend DMDScript at runtime, i.e.
Code:
dsLoadModule("module.dll");
// these are loaded from module.dll and are not registered when the Program object is first initiated
testglobal();
var a=new testclass;
a.testmember();
If you are interested you can contact me at my email - bobef at lessequal dot com
|
It is cross-platform, although I haven't yet testet it under Linux... |
|