www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Any D2.0 compatible windows framework?

reply Plumm <sailormo tpts6.seed.net.tw> writes:
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
next sibling parent Robert Fraser <fraserofthenight gmail.com> writes:
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
prev sibling next sibling parent "Chris Miller" <chris dprogramming.com> writes:
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?

    Thanks
I 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
prev sibling parent "Stewart Gordon" <smjg_1998 yahoo.com> writes:
"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