Linking 64 bit application

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
mrtflv
Posts: 21
Joined: Tue Apr 20 2004

Linking 64 bit application

Post by mrtflv »

I would like to write a x64 c++ program that use the pdf converter.
Do you have the cdintf.lib to link correctly my project.
Thanks
Flavio
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Linking 64 bit application

Post by Joan »

Hello,

Currently we don't have 64 bit cdintf.lib, but you can call cdintf.dll dynamically in your application.

Hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
mrtflv
Posts: 21
Joined: Tue Apr 20 2004

Re: Linking 64 bit application

Post by mrtflv »

i starting to study over the problem to dynamically using 32 bit library (cdintf.lib), with a 64 bit program as you suggest me, but it seems to be not possible.

Here is an extract for an msdn article:

.... loading your 32-bit DLL into a 64-bit process, or vice versa, isn't supported. (It's a good thing, trust me.)

Do i have any other way to use amyuni pdf printer driver from a x64 application ?
Thanks
Flavio
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Re: Linking 64 bit application

Post by Joan »

Hello,

We are planning a 64bits version of CDIntf in the second half of this year.

Meanwhile you can try to wrap CDIntf in a different 32bit process from your 64bit application. This is feasible but unfortunately i am not a C developer so i don't have enough details about it.

hope this helps.
Custom Brand the Amyuni PDF Printer Driver http://www.amyuni.com/en/developer/branding/index.html

Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Post Reply