digitalmars.D - QtD on Windows 7?
- Benjamin Thaut (12/12) Jun 01 2011 I just tried to get QtD to run on windows 7 64 bit. (compiling QtD and
- Nick Sabalausky (6/15) Jun 01 2011 I've never really used any GUI libs in D yet, so I can't help with your ...
I just tried to get QtD to run on windows 7 64 bit. (compiling QtD and my app in 32 bit though) Unfortunatly it crashes the second I move my mouse over a button. I'm using the first of the provided examples, and even that crashes. I searched the QtD forums and tickets, and this issue has been reported serveral times, but there is no statement or solution on it yet. Did any one of you manage to get QtD running on Windows 7 64 bit? If so what Qt version did you use? Which dmd version? I'm using Qt 4.7.4. If QtD is not usable, what gui library do you use in D 2.0? -- Kind Regards Benjamin Thaut
Jun 01 2011
"Benjamin Thaut" <code benjamin-thaut.de> wrote in message news:is554g$k8f$1 digitalmars.com...I just tried to get QtD to run on windows 7 64 bit. (compiling QtD and my app in 32 bit though) Unfortunatly it crashes the second I move my mouse over a button. I'm using the first of the provided examples, and even that crashes. I searched the QtD forums and tickets, and this issue has been reported serveral times, but there is no statement or solution on it yet. Did any one of you manage to get QtD running on Windows 7 64 bit? If so what Qt version did you use? Which dmd version? I'm using Qt 4.7.4. If QtD is not usable, what gui library do you use in D 2.0?I've never really used any GUI libs in D yet, so I can't help with your QtD problem. But if you need an alternate GUI lib, DWT (based off SWT) is supposed to be good, and it's recently added D2 support. I've heard good things about DFL, too, but AIUI, that's Windows-only.
Jun 01 2011