Paola 0 Posted May 24, 2022 Hi, After compiling a 64-bit dll in delphi, when the 64-bit C ++ application calls it, the following error comes out: Cannot create instance of class CLSID_WICImagingFactory. When the dll was 32-bit it worked fine. Do you have any idea what the problem might be? Share this post Link to post
Remy Lebeau 1421 Posted May 24, 2022 Is there more to the error explaining WHY it can't create the instance? For instance, has CoInitialize/Ex() been called beforehand? Share this post Link to post