Author |
Message |
Topic: Confusion regarding developer kit and plugin development |
seveianrex
Replies: 3
Views: 3551
|
Forum: zMUD General Discussion Posted: Mon Dec 26, 2005 9:03 pm Subject: Confusion regarding developer kit and plugin development |
I'm back again.... it's getting more and more confusing by the minute
It seems that using C#.NET is going to be a problem because it's memory managed, while COM objects/types are not. Th ... |
Topic: Confusion regarding developer kit and plugin development |
seveianrex
Replies: 3
Views: 3551
|
Forum: zMUD General Discussion Posted: Mon Dec 26, 2005 8:45 pm Subject: Confusion regarding developer kit and plugin development |
Just return an empty string, or a string of garbage. If the registration code returned by the initialize routine isn't valid, the plugin will still get loaded, but it will get listed as "Unregistered" ... |
Topic: @Var with value of 0 causes expression to return false |
seveianrex
Replies: 13
Views: 6806
|
Forum: zMUD General Discussion Posted: Mon Dec 26, 2005 8:29 pm Subject: @Var with value of 0 causes expression to return false |
Just some food for thought, but typically for a programming language such as C++, 0 is always considered the integral equivalent of 'FALSE', while 1 is considered the integral equivalent of 'TRUE'. It ... |
Topic: Confusion regarding developer kit and plugin development |
seveianrex
Replies: 3
Views: 3551
|
Forum: zMUD General Discussion Posted: Mon Dec 26, 2005 8:18 pm Subject: Confusion regarding developer kit and plugin development |
Hello,
I apologize if this post is in the wrong forum. I subscribed to the developer forum but am awaiting approval to be able to view or post there.
I am looking into programming some plugins f ... |
|