Hi to all,
I'm have to develop a small application for capturing signature images from a Wacom signature pad.
I've downloaded and installed the drivers and de SDK from Wacom, registered the library "wgssSTU.dll" with REGSVR32 command. But when I try to run the sample applications I get a "Class not registered" error.
What could be missing?
Any help will be appreciated.
Regards,
Nando.
Hello Hernando,
You can use the .Net DLL/WSDL Import Utility for Delphi to import your .Net Libraries and generate Delphi pas files from the .Net Library types without any COM library registration.
Note: The .Net DLL/WSDL Import Utility is part of the .Net Runtime Library for Delphi.
Features
- Import any .net dll
- Import any assemblies from the Global Assembly Cache (GAC)
- Import any Web Services Definition Language(WSDL)
- Uses the Host Class Library and the Framework Class library to host the .net runtime (CLR) and access the imported assemblies or WSDL without registering the .net dll as COM.
- Generate Delphi Codes from the imported assemblies using the runtime library files.
For more information, go to
https://www.crystalnet-tech.com/RuntimeLibrary/RuntimeLibUtilities.aspx
For more information about .Net Runtime Library for Delphi, go to
https://www.crystalnet-tech.com/RuntimeLibrary/RuntimeLibrary4Delphi.aspx
Connect with Us