Transfering data between two blitzmax applications

BlitzMax Forums/BlitzMax Programming/Transfering data between two blitzmax applications

Ive tried everything i can think of, print & input, writestdout & readstdin, standardiostream.readline(), and have gotten nowhere, is such a thing even possible with blitzmax?

well.. you *can* read / write to a common file..

That's not what i had in mind..


I want to be able to read output from one application in another, for example like the output bmk puts out.

socketstream may be the answer

.

I cannot find the source to MaxEdit, alot of the results come up with MaxGui and all the links to MaxEdit are broken, I also haven't seen anything in the source to MaxIDE that does such a thing.

Found a few interesting points in fasm2as source, it seems to be creating a bank stream to the application arguments, I dunno how the other app would intercept this though..

.

I was searching for "maxedit site:blitzbasic.com", thats why i didnt find anything :D.