From: SourceForge.net <no...@so...> - 2009-03-20 06:55:22
|
Bugs item #1665403, was opened at 2007-02-21 16:47 Message generated for change (Settings changed) made by hywelthomas You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1665403&group_id=161868 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: 0.9.9.2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Hywel Thomas (hywelthomas) Summary: Interactions fail in Managed C++ code calls. Initial Comment: Hello, I'm writing a .NET 2003 Managed C++ application. When I try to create an interaction, the initialization fails because in NPlot 0.9.9.2, Interactions is an abstract class containing Interaction. In .NET 2003 Managed C++, this abstract class is considered like a pure virtual class and so it doesn't recognize that there's a definition within it. My solution was to remove the Interactions wrapper which is not the cleanest design, but at least my C++ code can now instantiate the Interaction ok and my charts look very pretty. Thank you for all the hard work you've put into this valuable resource. Sincerely, James Lefeu james AT ccuc DOT net ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1665403&group_id=161868 |