Re: Calling DLL functions on a Windows PC

2020-08-25 Thread Mike Thomsen
ExecuteStreamCommand might be able to work with rundll or you could
wrap the DLL with some .NET code and make an exe which
ExecuteStreamCommand would run.

On Tue, Aug 25, 2020 at 9:49 AM Jeremy Pemberton-Pigott
 wrote:
>
> Hi,
>
> Is there a processor that allows me to make functions in a local DLL?  Jython 
> or maybe Python script perhaps or I would have to write a custom jar with JNI 
> calls?  NodeJS Addons has the ability to do it and it works, now I want to 
> make the same calls from a NiFi flow without NodeJS.
>
> Jeremy


Calling DLL functions on a Windows PC

2020-08-25 Thread Jeremy Pemberton-Pigott
Hi,

Is there a processor that allows me to make functions in a local DLL?
Jython or maybe Python script perhaps or I would have to write a custom jar
with JNI calls?  NodeJS Addons has the ability to do it and it works, now I
want to make the same calls from a NiFi flow without NodeJS.

Jeremy