Menu

#12 Interactions fail in Managed C++ code calls.

0.9.9.2
open
General (25)
5
2009-03-20
2007-02-21
Anonymous
No

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

Discussion

  • Nobody/Anonymous

    Diff between v0.9.9.2 and my fix (v0.9.9.3) for the problem

     
  • hywel thomas

    hywel thomas - 2009-03-20
    • assigned_to: nobody --> hywelthomas
     

Log in to post a comment.