View Single Post
Old 30th June 2004, 15:01   #7  |  Link
mg262
Clouded
 
mg262's Avatar
 
Join Date: Jul 2003
Location: Cambridge, UK
Posts: 1,148
Alternate idea for multidusting:

Quote:
The order in which function names take precedence is as follows:

1. user-defined function (always have the highest priority)
2. plugin-function (have higher priority than built-in functions - they will override a built-in function)
3. built-in function

Inside those groups the function loaded at last takes precedence, there is no error in a namespace conflict.
Assuming that this documentation should read "last" rather than "at last", it should be possible to load a copy of the DLL and thus effectively reinitialise it... I'm going to try when this (very slow) vdub job finishes.

Didée - thanks again. I'm going to try changing the offset to 4 and seeing how that looks in a bit...
mg262 is offline   Reply With Quote