digitalmars.D - Any D2.0 compatible windows framework?
- Plumm (3/3) Jul 09 2007 Hello:
- Robert Fraser (2/7) Jul 09 2007
- Chris Miller (7/11) Jul 09 2007 I think for the bigger libraries, most are waiting for 2.0 to stabilize ...
- Stewart Gordon (9/12) Jul 09 2007 Several GUI libraries exist.
Hello: Both DWT and DFL don't seem to be compatible with D2.0. Is there any other choice of windows framework? Thanks
Jul 09 2007
The name mangling/D calling convention hasn't changed. You can probably build them into a static library using a 1.x compiler and link in your 2.x app. Plumm Wrote:Hello: Both DWT and DFL don't seem to be compatible with D2.0. Is there any other choice of windows framework? Thanks
Jul 09 2007
On Mon, 09 Jul 2007 03:05:00 -0400, Plumm <sailormo tpts6.seed.net.tw> wrote:Hello: Both DWT and DFL don't seem to be compatible with D2.0. Is there any other choice of windows framework? ThanksI think for the bigger libraries, most are waiting for 2.0 to stabilize more. Why not stick with the 1.0 series for this project of yours? You can code with 2.0 in mind (e.g. using string and considering mutability) for an eventual switch. - Chris
Jul 09 2007
"Plumm" <sailormo tpts6.seed.net.tw> wrote in message news:f6smms$2ksj$1 digitalmars.com...Hello: Both DWT and DFL don't seem to be compatible with D2.0. Is there any other choice of windows framework?Several GUI libraries exist. http://www.prowiki.org/wiki4d/wiki.cgi?AvailableGuiLibraries However, at the moment it seems to be cumbersome at least to make any code that uses strings compatible with 1.x and 2.x simultaneously. So it's unlikely that any will be unless the creator has gone through the contortions to make it work. Stewart.
Jul 09 2007