🇺🇦 non-standard nerd on Nostr: I use Qt, from either C++ or Python, for most of the GUI programs I write, because it ...
I use Qt, from either C++ or Python, for most of the GUI programs I write, because it has good cross-platform support. I do my development on Fedora Linux. For win32 and win64 targets, I cross-compile using the mingw suite, and out pops an EXE file. Then the EXE needs to be bundled with required DLLs, and an installer built. In the past, I used NSIS to build an installer EXE, and the spec contained a static list of DLLs. Now I use wixl from msitools to build an MSI installer.
1/
Published at
2023-11-27 03:42:43Event JSON
{
"id": "861d2526f4e7696330a0f9cb6cf11aa8b68b53aff2c01da6c4bc7efecb9cf1d0",
"pubkey": "9fc7078b50a6a7ba10f9f466689d342e63e26e30961c519d8abff37cac3a480c",
"created_at": 1701056563,
"kind": 1,
"tags": [
[
"proxy",
"https://mastodon.social/users/brouhaha/statuses/111480442936673554",
"activitypub"
]
],
"content": "I use Qt, from either C++ or Python, for most of the GUI programs I write, because it has good cross-platform support. I do my development on Fedora Linux. For win32 and win64 targets, I cross-compile using the mingw suite, and out pops an EXE file. Then the EXE needs to be bundled with required DLLs, and an installer built. In the past, I used NSIS to build an installer EXE, and the spec contained a static list of DLLs. Now I use wixl from msitools to build an MSI installer.\n1/",
"sig": "0aa7f327aa7ec9a92cf39262f440d2a226bdf36f0657b618ccfe80e3044facc1015a6170c61b916bfd63bbd18d2ebf2c45b00a477b0d854496f6a448b060ad37"
}