How to run an EXE on multiple systems. - Qt Creator
by vmelkon from LinuxQuestions.org on (#5AFJR)
Hello all,
On Windows, it was simple. If I write an application using MFC and Visual C++ 6, it is guaranteed to run on all Windows versions, all the way up to Windows 10.
I have converted one of my programs to Qt. I get a nice small EXE, 600 kB but it does not seem to run on other systems. It is a Linux 64 bit EXECUTABLE.
I have Kubuntu 18.04. I can't even run it on my other Kubuntu 18.04.
Apparently, Qt 5.15 is not shipped with Kubuntu 18.04.
I tried compiling against Qt 5.9.5. It works on the compiling PC.
On the other PC, the console shows an error, something about an array.
This is my program:
https://sourceforge.net/projects/chemicala/
Did I make the wrong choice?
Is Qt not used?
~~~~vmelkon


On Windows, it was simple. If I write an application using MFC and Visual C++ 6, it is guaranteed to run on all Windows versions, all the way up to Windows 10.
I have converted one of my programs to Qt. I get a nice small EXE, 600 kB but it does not seem to run on other systems. It is a Linux 64 bit EXECUTABLE.
I have Kubuntu 18.04. I can't even run it on my other Kubuntu 18.04.
Apparently, Qt 5.15 is not shipped with Kubuntu 18.04.
I tried compiling against Qt 5.9.5. It works on the compiling PC.
On the other PC, the console shows an error, something about an array.
This is my program:
https://sourceforge.net/projects/chemicala/
Did I make the wrong choice?
Is Qt not used?
~~~~vmelkon