After upgrading an existing project to Rad Studio 11.0 and Konopka 7.0 I get the following exception:
Project Project1.exe raised exception class EInvalidGraphicOperation with message ‘Cannot create instance of class CLSID_WICImagingFactory (800401F0)’.
This appears to be related to Konopka 7.0 and having one of the components on a form. This is working in 10.4.2 with Konopka 6.5.0.
The steps to reproduce are:
1. Create a c++ dll project with a form.
2. Place an RzButton on the form.
3. Create a c++ exe that uses the dll.