Dear,
Could one enlighten me on the pro's and con's over using either memory management technique. Especially the fact that they are now built in
into the new compilers makes using the GlobalMem functions more attractive
than the win32 api Heap functions.
I have been using Heap functions since I encountered the Linked list functions from Don Dickinson and later Paul Squires but I guess replacing them with the GlobalMem wouldn't harm ?
Cheers
Steven
Could one enlighten me on the pro's and con's over using either memory management technique. Especially the fact that they are now built in
into the new compilers makes using the GlobalMem functions more attractive
than the win32 api Heap functions.
I have been using Heap functions since I encountered the Linked list functions from Don Dickinson and later Paul Squires but I guess replacing them with the GlobalMem wouldn't harm ?
Cheers
Steven
Comment