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?
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>
Hi Hideyuki,
Yes, you can add them to your pluginpackage.manifest.xml like this:
<Include>
<File>MyCustomDll.dll</File>
</Include>