Page 1 of 1

64 Bit COM Interface?

Posted: Sun Jan 25, 2009 10:59 pm
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!