Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2003-06-28 04:22:49


Bugs item #762304, was opened at 2003-06-28 02:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=762304&group_id=7586

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: signals problems with dll

Initial Comment:
If I create signal in exe and connect some handlers in dll
and try destroying signal before disconnect handlers or
try disconnect it in exe I have runtime error. But if
disconnect all in dll, all ok.

I think it happened because dll have different memory
manager.

I think basic_connection must be refcounted or have
method like this.
void destroy()
{
        delete this;
}

Best regards,
 WolfHound
wolfhound_at_[hidden]

PS Sorry for my English.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=107586&aid=762304&group_id=7586

-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk