
sample shows how to share binary data between a Csharp DLL and a VB6 exe
using byte buffers and passing memory addresses.

these memory addresses are only valid within the same process. 

if you dont compile the .net dll on your system you have to regasm.exe it.

of course i figure this out now after writing a pile of code to use
Memory Mapped Files. :)

live and learn...

btw if you havent figured it out yet...dont even bother trying to store
binary data in csharp strings..it will only cause you pain!



