Patch: Allow graphs to be loaded from any assembly

Hi,
further to my previous thread, I’ve created a GridGraph sub-class and Editor.

I’ve written a patch to allow the graph and editor sub-classes to be found in any loaded assembly. What’s the best way to offer this back? (3 files) For now, here’s a link to a dropbox zip file.

Background:
I’m using the awesome Mad Compile Time Optimizer to reduce my compile time (though I believe this would apply equally if I were building A* Project to a DLL). This means A* Project is in a different assembly to the one I have my code in. The places I’ve changed in the patch seem to be the ones that enable loading from other assemblies in my configuration. (I’m aware A* Project has lots of compile-time options so I accept I may have missed others!)

HTH, Rupert.

Hi

Thank you for the patch, I will look in to this

Hi
A bit more of the fix – the bottom of the file guarded by #if ASTARDEBUG – can be found here:

HTH, Rupert.

1 Like