[fpc-pascal] simpleIPC strings
noreply at z505.com
noreply at z505.com
Mon May 8 07:06:05 CEST 2017
With simpleipc you can send a string.
I am wondering what type of string is safe to send?
i.e. what happens with utf8 or unicode?
Is it meant to send a regular string (like a pointer to char) and not
more complex strings? Both?
Because if a string is being sent across two different separate
processes (exe's) and possibly in different programming languages (when
I make simpleipc DLL) it will be handy to know what exact type of string
this communication is meant for: english characters, unicode, utf8, all
of the above.
More information about the fpc-pascal
mailing list