On Thu, Apr 17, 2008 at 1:37 PM, <[EMAIL PROTECTED]> wrote: > Im developing a plugin , which runs in a host app. Apart from doing its own > file import/export, it can also export/import to/from host. This of course > works according to the plugin standard - exchanging blocks of memory > (passing void pointers and length). And i need to take care of endianess in > that case too. > So it would be good if my struct was already 'endian-compatible' , before i > then either stream it to a file or pass it to /from the host app it is > running in.
Any more details on this app in case others know more about it. Sounds like my Solution#2 may be more suitable. -- PJH http://shabbleland.myminicity.com/tra
