Hello gurus,
I have an executable with lots of global UDT's and I would like
to share those with the DLL's I've made. An update of the
global UDT's in the DLL should be reflected also in the EXE and
vice-versa
How can I approach this ? I can't find any reference regarding
this issue in the FAQ. Do I have to resort to memory mapped
files ??
Thanks !
Steve
------------------
I have an executable with lots of global UDT's and I would like
to share those with the DLL's I've made. An update of the
global UDT's in the DLL should be reflected also in the EXE and
vice-versa
How can I approach this ? I can't find any reference regarding
this issue in the FAQ. Do I have to resort to memory mapped
files ??
Thanks !
Steve
------------------
Comment