search results for "pass data between applications" are empty so pardon the new thread :
I wont go into the why i would want to, i just have to and need to, so
i have an application that actually is 3 separate apps, running and closing in order (for reasons only lunatics would get thats all good) - among other things to make sure nothing gets stuck, now one of them loads all kinds of stuff from a server to the client in some kind of "init" phase. What i do there is write it to disk and read it back in the next.
That all works fine, however what i WANT to do is in some way write it to a memblock and get it back in the next app (which is runapp "app" from the first one). Afaik this cant be done with standard dark basic, i mean agk classic since you dont get the pointer you just get an ID that refers to the pointer in the compiled code afterwards,
SO ... if theres any way to get the actual pointer that points to the block in memory (assuming it doesnt clear out everything with zeroes) to re-use in the next app without resorting to C++ (that would require me to get a few courses online since i dont even know if theres a section in memory that can be used for that with 100% certainty the OS wont write to it in the flip-second between apps starting)
Theres plenty of reasons for me and it would simply be cleaner (and faster although not noticeable b/c writing to and reading back takes more time than just keeping the block in memory) AND harder to intercept since a file written to disk is easier to notice - not that im averse to modding i just dont wanna end up like epic sueing little kids over cheats (ahem , scrap that)
if anyone has a pointer (ahah punny) as on how this could be (atm its linux only b/c i have to assume linux and windows handle this differently as well)
i would be much obliged ... (in the meantime i can make do with flatfiles)
(i hope im readable here - i tend to have problems speaking human sometimes)