You can use the following method to run any external EXE programs in your Visual FoxPro code.
Continue reading “Running EXE (Executables) in FoxPro”Add version information to your executables and libraries in Qt
Executable files have an embedded version information which can be found by checking their properties. It includes version number, comments, company info etc. As developer you sometimes need to leave a scratch on the EXE files you are providing to your customers in order to track what you have and what your customers have.
Continue reading “Add version information to your executables and libraries in Qt”How to get version number of an EXE file in Qt (Using Win32 API)
I use the function below to get the version of my Windows applications and show it on the title bar or about page programmatically. It uses Win32 API so it is not cross-platform.
Continue reading “How to get version number of an EXE file in Qt (Using Win32 API)”