Bob,
Thanks to you I achieved my goal, in my last mail about Qt plugins I
only had a questions about the diferences of "reinterpret_cas" and
"dynamic_cast" which you answered me whit a link of a web page that
explain all cast operators of C++.
However I will look around your link above and I
On 1/12/2017 6:23 AM, Ernesto wrote:
Hello to everyone,
My name is Ernesto. I am a beginner in Qt programming and I have an
specifics problems whit my first big project (desktop app). Let me explain
myself:
I have to include plugins or add-ons to my application for new file format
types...
On sexta-feira, 13 de janeiro de 2017 00:33:28 PST Ernesto wrote:
> I understood your explanation about my second problem, but I have
> another issue writing your solution in an example project. I have a
> MainApp (QT Widgets project) and a Lib1 (C++ Static Library project) and
> here is the code:
13.01.2017, 18:08, "Bob Hood" :
> On 1/12/2017 4:33 PM, Ernesto wrote:
>> Hello again, first, thanks to Bob Hood for his quickly reply.
>>
>> I understood your explanation about my second problem, but I have another
>> issue writing your solution in an example project. I have a MainApp (QT
>> W
On 1/12/2017 4:33 PM, Ernesto wrote:
Hello again, first, thanks to Bob Hood for his quickly reply.
I understood your explanation about my second problem, but I have another
issue writing your solution in an example project. I have a MainApp (QT
Widgets project) and a Lib1 (C++ Static Library
On 1/12/2017 6:23 AM, Ernesto wrote:
Hello to everyone,
My name is Ernesto. I am a beginner in Qt programming and I have an
specifics problems whit my first big project (desktop app). Let me explain
myself:
I have to include plugins or add-ons to my application for new file format
types; I
Hello to everyone,
My name is Ernesto. I am a beginner in Qt programming and I have an
specifics problems whit my first big project (desktop app). Let me
explain myself:
I have to include plugins or add-ons to my application for new file
format types; I looked around QPluginLoader class, Dyn