Re: Passing Bitmap as parameter to DLL
On Sat, 26 Jul 2008 16:53:01 -0400, Andy wrote:
Another option is to pass something which does not require memory
allocation or specific classes. For example if you pass an HBITMAP
then you can use it directly or turn it into a TBitmap object.
--
Marc Rohloff [TeamB]
marc -at- marc rohloff -dot- com
.
Relevant Pages
- Re: How to release heap memory that is marked as free
... As I said, fragmentation is a very serious problem, and one of the most serious problems ... my allocator was accused of using massive amounts of memory. ... I'm going to have to re-think the memory allocation that I'm ... process's 'working set'. ... (microsoft.public.vc.mfc) - Re: [PATCH 00/28] Swap over NFS -v16
... memory they can consume. ... So we need the extra (skb) ... included in the reserve? ... if the allocation had to dip into emergency reserves, ... (Linux-Kernel) - Re: Memory leak with CAsyncSocket::Create
... read my essay on how storage allocators work. ... Create method is consuming system memory that is not released back to ... The memory consumption is either shown as "Mem Usage" on the Task ... many levels of allocation going ... (microsoft.public.vc.mfc) - Re: OT: C++ overloading operators
... dynamic allocation, no matter how many "clever tricks" are used... ... though there's enough memory in the system, ... all these "flexible data types" map into CPU command ... The computing environment is completely ... (comp.dsp) - Re: HLA Lib
... All memory allocation is freed up when the process quits. ... reduce need to resize blocks for 98% string operations. ... HLA strings already consume. ... (alt.lang.asm) |
|