Ok. Silly question of the day. (Please be patient...:D)
Is there a way to pass data (or sharing resources) between two (or more) programs written in BlitzMax?
I know only these 'solutions':
1. passing info via cmd (the master program calls the child via CreateProcess adding arguments...)
2. temp file
3. cmd+temp file
4. IP protocol?
Technically I can send an object-address (image or user type, or array) to another process and do something here, right? [this is only an hypotesis...from an address I can't rebuild ALL the info I need - I suppose and I dont' know what can happen accessing the same data by 2 programs...]
Any other - and maybe - working solutions you know?
Is there a way to pass data (or sharing resources) between two (or more) programs written in BlitzMax?
I know only these 'solutions':
1. passing info via cmd (the master program calls the child via CreateProcess adding arguments...)
2. temp file
3. cmd+temp file
4. IP protocol?
Technically I can send an object-address (image or user type, or array) to another process and do something here, right? [this is only an hypotesis...from an address I can't rebuild ALL the info I need - I suppose and I dont' know what can happen accessing the same data by 2 programs...]
Any other - and maybe - working solutions you know?