I have a .NET DLL using just the DotTwain components. This DLL functions as a COM add-in to Microsoft Outlook.
How can I license this DLL?
Currently I'm having to create an executable, embed the .licx file into the executable, then shell out from the component, passing data on the command line. Obviously this is a less than optimal solution and it does not offer much flexibility.
Thanks.