alpha1 is out

https://www.nuget.org/packages/RDKit2DotNet/
<https://www.nuget.org/packages/RDKit2DotNet/2017.9.1-alpha>

This adds support for AnyCPU (it ships both x86 and x64 binaries).
However, to run the library you need to initialize the library to find the
DLLs before running any code.  This seems relatively standard, but is a tad
annoying.

 using GraphMolWrap;
 ...
 RDKit.Initialize();

Cheers,
 Brian

On Mon, Jul 31, 2017 at 9:24 PM, Brian Kelley <fustiga...@gmail.com> wrote:

> For the small percentage of you who use C# we finally have a NuGet release!
>
> https://www.nuget.org/packages/RDKit2DotNet/2017.9.1-alpha
>
> Notes:
>
>  1. This is a prerelase, the number of C# tests is vanishingly small
>  2. x64 only for now, you'll need to change AnyCPU targets to specifically
> target x64
>  3, It is built against the NuGet boost vc140 1.62 boost builds if that
> means anything to anyone.
>  4. not linked against cairo, so depiction support is minimal (i.e. SVG)
>
> I think it's a good start though.
>
> Cheers,
>  Brian
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to