I need to share data of 50 KB to 100 KB between my powerbasic DLL and a vb.net front end. I have not been able to get the two progams to share arrays. (At least,, not yet !)
I was thinking of using a work around by creating a string that contains all the data seperated by some delimiter, and then sharing it with the vb.net application.
Will this cause substantial detoriation in performance ? Is this a practical idea ? All advice will be helpful.
Thanks!
I was thinking of using a work around by creating a string that contains all the data seperated by some delimiter, and then sharing it with the vb.net application.
Will this cause substantial detoriation in performance ? Is this a practical idea ? All advice will be helpful.
Thanks!
Comment