Imports in DWT

bobef bobef at abv-nospam.bg
Sun Mar 2 01:27:02 PST 2008


Bjoern Wrote:

> bobef schrieb:
> > Frank Benoit Wrote:
> > 
> >> bobef schrieb:
> >>
> >> BTW, did it work with bud?
> > 
> > Tango is fixed. Bud works flawlessly. Here is what I did. Much shorter than the installation guide :)
> > 
> > bud all.d -clean -lib -full -allobj -O -release -inline
> > 
> > ...takes some time.. rename all.lib to dwt.lib, put the import libraries in dmd/lib, remove duplicates from dm/lib (they are older)
> > 
> > dmd myfle.d dwt.lib kernel32.lib gdi32.lib ole32.lib advapi32.lib shell32. lib user32.lib msimg32.lib gdiplus.lib comctl32.lib comdlg32.lib oleaut32.lib olepro32.lib usp10.lib oleacc.lib
> > 
> > ... compiles kind of slow and the exe is 1.8mb for hello world but it is loading pretty fast, so I guess it is OK.
> 
> Hi bobef,
> Just browsed the BUD sources, seems that Derek is going to offer us
> BUD 3.5 pre release... :)
> 
> Do you allready use DWT-Win for HTMLLayout instead of DFL ?
> regards bjoern

Not yet, but this is to come soon (read few days). But I will make an announcement, because I also updated the HTMLayout wrapper to the latest version that supports drag and drop and some other nice stuff.



More information about the Digitalmars-d-dwt mailing list