SolidWidgets
Home
Contact us
Support
DOWNLOADS
FAQ
Quick Tutorial
Tutorials
Reference Guide
Screenshots
Other
Acknowledgments
Links

Frequently Asked Questions:

  1. As soon as I download the trial and create a sample application, I get a message saying my license has expired. How do I resolve this error?

    Solution: Copy the trial license file "SolidWidgetsLicense.swl" from "Program Files\SolidWidgets" to the folder of your application, and when you call setLicenseFile in your frame class constructor, make sure you refer to that file.

    Example: setLicenseFile(L"c:\\MyApplicationFolder\\SolidWidgetsLicense.swl",L"");