Runtime issues
64-bit compilation fails to run
Problem
The SDK installs and registers the 32-bit component wgssSTU.dll which is not found by a 64-bit application.
Solution
Register the 64-bit component and optionally unregister the 32-bit DLL.
To register the 64-bit DLL:
- Start a command prompt cmd.exe with admin privileges
- Change directory to the installation folder, i.e. cd C:\Program Files (x86)\Wacom STU SDK\COM\bin\x64
- Register the DLL: regsvr32 wgssSTU.dll
If not required you can unregister the 32-bit dll from its folder as follows:
cd C:\Wacom STU SDK\COM\bin\Win32
regsvr32 /u wgssSTU.dll