how can i run a code have been written in QT2?
-
wrote on 1 Jun 2015, 13:06 last edited by mahboubeh 6 Jan 2015, 13:17
hi, I have a code that when debug it in qt5 see many syntactic and library errors, I find that this could have been written in qt 2. how can I run this code?
I try to install qt2 from archive of Qt.io but that's unsuccessful too. -
hi, I have a code that when debug it in qt5 see many syntactic and library errors, I find that this could have been written in qt 2. how can I run this code?
I try to install qt2 from archive of Qt.io but that's unsuccessful too.Hi @mahboubeh,
Are you sure it is written in Qt 2 ? Have you mistaken it for Qt Quick 2.0 ?
Qt 2.0 was released 15 years ago and there's no backward compatibility to that level. -
Hi @mahboubeh,
Are you sure it is written in Qt 2 ? Have you mistaken it for Qt Quick 2.0 ?
Qt 2.0 was released 15 years ago and there's no backward compatibility to that level. -
wrote on 1 Jun 2015, 18:15 last edited by
has anybody that porting this code to qt 5 for me?i cant :(
-
wrote on 1 Jun 2015, 21:55 last edited by mcosta 6 Jan 2015, 21:55
hi and welcome to devnet,
can you past a link to that code?
-
Hi,
If you want somebody to help you port the code, you should provide more information about it to get them interested in it. For what project is it ? Is it available somewhere ? etc.
Most people on this forum have experience with Qt 5 and 4, only a handful worked with Qt 3 and probably none with Qt 2
-
Hi,
If you want somebody to help you port the code, you should provide more information about it to get them interested in it. For what project is it ? Is it available somewhere ? etc.
Most people on this forum have experience with Qt 5 and 4, only a handful worked with Qt 3 and probably none with Qt 2
-
wrote on 2 Jun 2015, 15:22 last edited by mcosta 6 Feb 2015, 15:24
Hi,
is this code public? Can you share with other people? If the answer is YES I suggest to create a public repository (for instance on GitHub) asking people to help you
Usually porting an application to a different/new platform is not automatic so you need to provide information about testing procedures/requirements and so on.
Last but not least it's important to know if this code is for personal usage or professional one.
NOTE Keep in mind that Qt 2 is about 15 years old (or more). That code probably is a dinosaur :D
-
Hi,
is this code public? Can you share with other people? If the answer is YES I suggest to create a public repository (for instance on GitHub) asking people to help you
Usually porting an application to a different/new platform is not automatic so you need to provide information about testing procedures/requirements and so on.
Last but not least it's important to know if this code is for personal usage or professional one.
NOTE Keep in mind that Qt 2 is about 15 years old (or more). That code probably is a dinosaur :D
-
wrote on 2 Jun 2015, 15:33 last edited by
@mahboubeh How big is that code? As I said what are you asking could be quite complex. I wondering if could be simpler re-write the code instead of port it to Qt5.
-
@mahboubeh How big is that code? As I said what are you asking could be quite complex. I wondering if could be simpler re-write the code instead of port it to Qt5.
6/12