Meticulously Planned
Saturday, March 10, 2007
Plugin Dependency Resolution
I started work on the dependency resolution for moneyclip. It is a bit hairier when working in C compared to something like C#. You need to take things into account like ABI matching since this is not done for you by a runtime engine such as in C#.
Important stuff is here.
Important stuff is here.