Is it possible for a PB DLL to create an array and pass it back
to the calling EXE, which hadn't created the array? My logic
dictates that such a thing would be impossible. The only
workaround I can think of would be to have the DLL create the
array, then have it create a PTR to the array, and pass the PTR
back to the EXE.
Thanks in advance!
Clay Clear
------------------
Clay C. Clear
Head SysOp/Owner
Clear's Critters BBS
Node 1: (218) 229-2593
Node 3: (218) 229-2353
to the calling EXE, which hadn't created the array? My logic
dictates that such a thing would be impossible. The only
workaround I can think of would be to have the DLL create the
array, then have it create a PTR to the array, and pass the PTR
back to the EXE.
Thanks in advance!
Clay Clear
------------------
Clay C. Clear
Head SysOp/Owner
Clear's Critters BBS
Node 1: (218) 229-2593
Node 3: (218) 229-2353
Comment