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
[EMAIL PROTECTED]

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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/boost-bugs
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to