12 Aug
2009
12 Aug
'09
10:42 a.m.
On Wednesday 12 August 2009 02:15:06 am Krzysztof Kosiński wrote:
I hope you'll tolerate my rather long explanation. If you'd rather get the fix right away, skip the next paragraph :)
Thank you for having the time to write the exhaustive explanation.
Now the actual solution. You need to put this somewhere in sp_connector_context_init:
new (&cc->connpthandles) std::map<SPKnot* , ConnectionPoint>();
and this in sp_connector_context_dispose:
cc->connpthandles.~std::map<SPKnot* , ConnectionPoint>();
Yes, this solved my problem. Thank you again.
Regards, Arcadie