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
Linking 64 bit application
Re: Linking 64 bit application
Hello,
Currently we don't have 64 bit cdintf.lib, but you can call cdintf.dll dynamically in your application.
Hope this helps.
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
Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark
Re: Linking 64 bit application
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
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
Re: Linking 64 bit application
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.
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
Amyuni PDF Converter tested for true PDF performance. View results - http://www.amyuni.com/benchmark