64 Bit COM Interface?

About the programming interface for the virtual PDF printer driver.

Moderator: jr

Post Reply
moocowgomoo
Posts: 1
Joined: Sun Jan 25, 2009 10:38 pm

64 Bit COM Interface?

Post by moocowgomoo »

I was writing a .NET DLL and needed a PDF printer for it. It works perfectly when targeted at x86, but when switched over to x64, I get the following error:
Retrieving the COM class factory for component with CLSID {BEBDC1DF-D793-4F6C-B8FF-E831A1C2595C} failed due to the following error: 800700c1

Which tells me that the Bullzip COM DLL probably isn't compiled right for x64. Anyway this can be fixed?

Thanks!
Post Reply