--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote:

> --- In [email protected], "brucexs" <[EMAIL PROTECTED]> wrote:
> I wonder if dll uses same local heap as the exe that calls it?  I know
> they run as same process, but no idea about who owns what heap.  Will
> go do some research.

from:
http://www.openh323.org/pipermail/openh323/2001-January/043210.html

"The problems lies in the fact that on windows every dll has local
heap. It means that you can't new one class in one dll and delete it
in another."

from:
http://www.codecomments.com/archive292-2005-4-478859.html

"You'll get this problem if you use two different run-time libraries,
one to allocate the memory and one to de-allocate the memory. Open up
the project settings dialog, switch to C/C++ tab, set Category to Code
Generation and check the Use run-time library combo box. These must
match in any modules that share the task of allocating and destroying
memory."







------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/JV_rlB/TM
--------------------------------------------------------------------~-> 

Attention: PowerPro's Web site has moved: http://www.ppro.org 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/power-pro/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to