Quantcast
Channel: Math.NET Numerics
Viewing all articles
Browse latest Browse all 971

New Post: Use of MathNetNumerics in Visual basic 6.0 application

$
0
0
Hi,

Math.NET Numerics does not support COM directly. In fact, for large parts it cannot possibly support COM due to its nature.

However, what may work in your case is to expose the functionality you need on a higher level as COM-Visible application services (interface + class) in a tiny library written in VB.Net or C#, which then uses Math.NET Numerics internally to implement your functionality the normal way. This library could then be registered and consumed in VB6 as usual.

Thanks,
Christoph

Viewing all articles
Browse latest Browse all 971

Trending Articles