Search found 2 matches

by romeo.macapobre
Mon Jun 14 2010
Forum: C/C++/C# Community
Topic: Amyuni C++ implementation
Replies: 2
Views: 10499

Re: Amyuni C++ implementation

You were right. There was a typo in my code.
Mille mercis!
by romeo.macapobre
Mon Jun 07 2010
Forum: C/C++/C# Community
Topic: Amyuni C++ implementation
Replies: 2
Views: 10499

Amyuni C++ implementation

1. I created a class that wraps AMYUNI calls to serve my purposes. #import "PDFCreactiveX.DLL" #define COMPANY "xxx" #define LICENSE "yyy" using namespace ACPDFCREACTIVEX; class CAmyuni { CAmyuni(); virtual ~CAmyuni(); bool Open(); bool Save(); bool Write(); IPDFCreacti...