so there's only "the unsafe way" of using the clipboard... or networking
A way is to use CreateFileMapping API to create/open a memory mapped file
https://msdn.microsoft.com/en-us/lib...(v=vs.85).aspx
Here a PowerBasic example on how to create/share a piece of memory between process with memory mapped files:
https://www.powerbasic.com/support/p...ad.php?t=16140
Maybe we can get inspiration for a future thinBasic module dediated to this aspect.
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
so there's only "the unsafe way" of using the clipboard... or networking
I think there are missing some Forum-sections as beta-testing and support
The contrary: there are many ways everyone can develop.
If I will develop something native into thinBasic I will need to find a as much as possible general way able to cover many different situations.
Actually my preferred possible way is memory mapped files.
More info on MMF
https://msdn.microsoft.com/en-US/lib...v=vs.100).aspx
Last edited by ErosOlmi; 16-09-2015 at 22:48.
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Bookmarks