06-07-2025, 03:49 PM
Is there any way to share data between two different programs using common keyword? or may be some other method like command line pipes?
|
QB64 Common Keyword
|
|
06-07-2025, 03:49 PM
Is there any way to share data between two different programs using common keyword? or may be some other method like command line pipes?
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.p...MON_SHARED
06-07-2025, 07:29 PM
@aadityap0901 this may help - https://github.com/FellippeHeitor/tcpip-experiments
06-07-2025, 11:04 PM
https://qb64phoenix.com/forum/showthread.php?tid=2858 <-- Also see this for an example.
|
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| keyword to get the EXE name and the EXE path instead of parsing Command$(0) ? | madscijr | 8 | 1,132 |
07-22-2025, 08:35 PM Last Post: hsiangch_ong |
|
| Permitted entries for Common Shared | PhilOfPerth | 9 | 1,743 |
11-24-2023, 11:24 PM Last Post: PhilOfPerth |
|