Re: [Interest] Doubt extending my app functions ability

2017-01-19 Thread Ernesto
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

Re: [Interest] Doubt extending my app functions ability

2017-01-19 Thread Bob Hood
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...

Re: [Interest] Doubt extending my app functions ability

2017-01-13 Thread Thiago Macieira
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:

Re: [Interest] Doubt extending my app functions ability

2017-01-13 Thread Konstantin Tokarev
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

Re: [Interest] Doubt extending my app functions ability

2017-01-13 Thread 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 Widgets project) and a Lib1 (C++ Static Library

Re: [Interest] Doubt extending my app functions ability

2017-01-12 Thread Bob Hood
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

[Interest] Doubt extending my app functions ability

2017-01-12 Thread Ernesto
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