0

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:

  1. Build the solution - this will result in errors because of the TLBIMP issue

  2. 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

1 Answer 1

0

I have found the solution.

1) to add VS Command Prompt as external tool:

How can I add the VS Command Prompt to Visual Studio 2010 C# Express?

2) run command from there.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.