Jump to content
Paola

Cannot create instance of class CLSID_WICImagingFactory

Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×