![]() |
|
QB64 Common Keyword - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://qb64phoenix.com/forum/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://qb64phoenix.com/forum/forumdisplay.php?fid=10) +---- Thread: QB64 Common Keyword (/showthread.php?tid=3739) |
QB64 Common Keyword - aadityap0901 - 06-07-2025 Is there any way to share data between two different programs using common keyword? or may be some other method like command line pipes? RE: QB64 Common Keyword - Jack - 06-07-2025 I don't know about common shared but aside from that, there are some possibilities, a memory mapped file, share it via clipboard or even a clumsy DLL, see https://qb64phoenix.com/qb64wiki/index.php/COMMON_SHARED RE: QB64 Common Keyword - a740g - 06-07-2025 @aadityap0901 this may help - https://github.com/FellippeHeitor/tcpip-experiments RE: QB64 Common Keyword - SMcNeill - 06-07-2025 https://qb64phoenix.com/forum/showthread.php?tid=2858 <-- Also see this for an example. |