Hello,
I am trying to reuse you sample code for EnginePool from .Net Framework in .Net Core. However this line fails with the error 'OutprocLoader' does not contain a constructor that takes 0 arguments. Could you please give an example how to use the EnginePool . net core.
Thank you
IEngineLoader engineLoader = new FREngine.OutprocLoader();
Comments
1 comment
Hi Alex,
I am afraid, that in the current release, the .NET Core wrapper does not support working with InprocLoader and OutprocLoader objects.
For more information, you can refer to Using in .NET Core article of the Developer's Help.
Please sign in to leave a comment.