How do I Declare an array in the calling .EXE and the DLL so that I can change array (or TYPE) values at either end ?
Ie pass an array to a DLL that reads some fields and then adds some fields. Then have the added fileds available to the EXE that called the DLL.
------------------
Kind Regards
Mike
Ie pass an array to a DLL that reads some fields and then adds some fields. Then have the added fileds available to the EXE that called the DLL.
------------------
Kind Regards
Mike
Comment