Hi all,
If i allocate some memory:
and then use dwData in the following way:
is it then ok NOT to use GlobalFree...I would expect PB to take
over the memory management.
Regards
Peter
------------------
If i allocate some memory:
Code:
dwData = GlobalAlloc(%LPTR, ah.iLen)
Code:
dim temp(10,10) as long at dwData
over the memory management.
Regards
Peter
------------------
Comment