Search found 7 matches

by j.halder
Mon Nov 21, 2011 2:38 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan, now I have installed the latest version of C++ Builder XE on a new machine. The import of the pxccom.tlb was here no problem - no error. The classes TCPXCControlEx and TCPXCPrinter are available. It seems the pxccom.tlb is not suitable for the C++ Builder 2006. However I need a solutio...
by j.halder
Mon Nov 21, 2011 6:47 am
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan, that's exactly what I've done. The attached files were generated (my IDE is a german version). But I havn't noticed that there is an comment at line 60 in the file PXCComLib_OCX.cpp: "skip of COCLASS: CPXCPrinter - Lacks 'CanCreate' flag. I'm using borland c++ Builder 2006. It's a...
by j.halder
Fri Nov 18, 2011 8:41 am
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan,

I can't find the class TCPXCPrinter.
The header files that the Borland IDE has generated from the pxccom.tlb contains only one class. It is the TCPXCControlEx.
Is the pxccom.tlb you've sent me the right for this job?
I remind the installation package doesn't contain a pxccom.tlb.
by j.halder
Wed Nov 16, 2011 8:22 am
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan, can you please help me. I don't manage to integrate the "PDF-XChange Drivers API SDK - V4" in the Borland C++ Builder IDE. I've already included some of ActiveX, but it's not my daily work. Maybe I'm using the wrong library. I have a (completed) reporting module and want to c...
by j.halder
Mon Nov 14, 2011 11:45 am
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan, thanks for the type library (pxccom.tlb). Now I have it imported in the IDE as a type library. Two header files were generated and I can see the TCPXCControlEx in the component list. But I don't manage to integrate it in my software. I'm using Borland (Embarcadero) C++ Builder. I found...
by j.halder
Fri Nov 11, 2011 12:45 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

Re: how to use the print driver in C++ Builder

Hello Stefan,

in my pdfSaver directoy is no pxccom.tlb file.
I have installed at first PDFX4API.exe and then PDFSDKPRO4.exe.
Did I install the wrong?

In such cases usually I have to include a *.lib or ActiveX.
How is it here?

Regards
Josef
by j.halder
Fri Nov 11, 2011 12:20 pm
Forum: PDF-XChange Drivers API SDK
Topic: how to use the print driver in C++ Builder
Replies: 17
Views: 7332

how to use the print driver in C++ Builder

Is there an example available how to use the print driver 4.0 in C++ Builder? I have seen and tried the code in the file MainDlg.c. But it doesn't work. Some symbols like PXC::... are not defined. Are there header files for C++ available? Where ist the ActiveX and how to implement? In the help file ...