> Yes. Why do you need it? The project in question makes heavy use of GetObjectMemoryAddressMBS and StringToMemoryBlockByReferenceMBS to work with a set of shared libraries written in C. I actually have a tiny plugin with a function that does the same thing as GetObjectMemoryAddressMBS, and it surprisingly still works. I don't know if I created it before you added GetObjectMemoryAddressMBS or if I didn't realize MBS had GetObjectMemoryAddressMBS, but long ago I replaced calls to my function with calls to GetObjectMemoryAddressMBS.
I don't have anything to replace StringToMemoryBlockByReferenceMBS, and a quick test reveals that copying data between string and MemoryBlock variables copies the data on each coercion. I don't know if you would be willing to put those back or how hard that would be. Is there another way to treat a string as a MemoryBlock without cloning the whole string? Daniel L. Taylor Taylor Design Computer Consulting & Software Development [email protected] www.taylor-design.com _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
