Running a simple gui for biology research
-
Hello all,
Currently attempting to create a standalone executable .exe file on Windows-x86. We have tried using dependency walker and adding missing dll files (both from dll-files.com, and from the local QT installation) into the build folder, however the .exe file continues to throw error messages claiming missing dll files. If anyone has tips for how to get a QT exe executable running or adding to the release section of the code-base please feel free to let me know.
Sincerely,
fg349
-
Please don't post external links.
Instead, condense the problem in to a minimal compilable example and post it directly, using the </> code tags.
Please also be more verbose about which- exact operating system (Windows version) you are using
- Qt version you are using
- dlls are claimed to be missing.
To gain experience about how to get a Qt executable running, try a few examples.
Does Windows-x86 mean, you are running on 32bit? If so, make sure that you haven't fetched any 64bit dlls.