Hello,
I'd like to change the part of the application made by C# to a DLL, which is made by different software(Delphi).
Is it possible to include this DLL in sdlplugin?
You are currently working on UAT
Hello,
I'd like to change the part of the application made by C# to a DLL, which is made by different software(Delphi).
Is it possible to include this DLL in sdlplugin?
Hi Hideyuki,
Yes, you can add them to your pluginpackage.manifest.xml like this:
<Include>
<File>MyCustomDll.dll</File>
</Include>