Qt project & Amyuni PDFCreator
May 8, 2017 at 10:35pm UTC
Hi guys,
First of all I want to know you I am beginer with Qt proj.
So I need to implement Amyuni PDF library to existing Qt proj.
So in documentation they say I can use Amyuni PDFCreator as library
without using their PDFCreator control which is an activeX control.
So here in documentation they said that:
https://www.amyuni.com/WebHelp/Developer_Documentation.htm#Amyuni_PDF_Creator_for_ACTIVE_X/About/Legal_Information.htm
(BTW I using C++ and MS Visual Studio 2013)
My questions are:
1. How can I import their dll elegantly without using #import "/pathToTheDLl"
to my Qt project.
2. Why they generate that 2 additional dlls. Do I need them at all?
2.5 Importing their dll means that I actually using their library ?
THANK YOU ALL IN ADVANCE
Last edited on May 8, 2017 at 10:37pm UTC
May 9, 2017 at 12:01pm UTC
You are not accessing an activex like a standard library. See:
http://doc.qt.io/qt-4.8/activeqt.html
for how Qt can help you to access an activex.
2. Why they generate that 2 additional dlls. Do I need them at all?
It depends on what you want to do. They contain extended functionality, so maybe not.
2.5 Importing their dll means that I actually using their library ?
Yes.
Topic archived. No new replies allowed.