Subscribe to this thread
Home - General / All posts - reference .DLL in 9.0
KlausDE

6,410 post(s)
#06-Nov-19 22:59

I miss the equivalent of the menu -> Script -> References... dialog in 9.

What is needed to add an external vb.NET DLL for use in a Mfd9 script?


Do you really want to ruin economy only to save the planet?

tjhb
10,094 post(s)
#06-Nov-19 23:08

Use the $reference syntax within a header comment.

It's language-neutral except for the character(s) required to make the comment.

E.g. for VB.NET

'$reference: System.Windows.Forms.dll

KlausDE

6,410 post(s)
#08-Nov-19 12:43

This is the solution. Thx Tim


Do you really want to ruin economy only to save the planet?

Manifold User Community Use Agreement Copyright (C) 2007-2021 Manifold Software Limited. All rights reserved.