Search found 2 matches
- Mon Jul 13, 2009 1:41 pm
- Forum: Programming
- Topic: Microsoft Visual basic 2005
- Replies: 0
- Views: 12975
Re: Microsoft Visual basic 2005
I create an instance of the Bullzip printer using the CreateObject command. PDFPrinterObject = CreateObject("Bullzip.PDFPrinterSettings")
- Thu Jul 09, 2009 4:27 pm
- Forum: Programming
- Topic: 64 bit ActiveX support
- Replies: 1
- Views: 16945
64 bit ActiveX support
Is anyone else having a problem with creating a COM interface on a 64 bit machine. I have some .Net code that creates a reference to the PDF Printer using the syntax CreateObject("Bullzip.PDFPrinterSettings"). The code works fine on 32 bit machines but on 64 bit boxes I cannot create the r...