I am trying to use Wacom SDK to interact from app VB.NET 2008 with Wacom Tablet (model STU).
In the instructions they say this:
Build the solution - this will result in errors because of the TLBIMP issue
Use this DOS command to create a new wgssSTU.dll COM Interop file in the current folder (e.g. DemoButtons\bin\Debug):
.NET 3.5: tlbimp /noclassmembers /transform:dispret sourcepath\wgssSTU.dll /out:wgssSTU.tlb.dll
.NET 4: tlbimp /transform:dispret sourcepath\wgssSTU.dll /out:wgssSTU.tlb.dll
I have this file wgssSTU.tlb.dll But where I run step 2 to create DLL? I need to create dll for .NET Framework 3.5
Samples here: http://gsdt.wacom.eu/support/STU-SDK-API-Samples.xml