FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Announcement: DWT windows version 0.3

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> DWT
View previous topic :: View next topic  
Author Message
Shawn Liu



Joined: 09 Mar 2005
Posts: 104
Location: Shanghai, China

PostPosted: Sat Aug 13, 2005 10:59 am    Post subject: Announcement: DWT windows version 0.3 Reply with quote

DWT windows version 0.3 released

Download it here
http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32.rar
http://svn.dsource.org/projects/dwt/downloads/
Note : dwt-0.3-20050818.rar is the copy of dwt-win32.rar, and dwt-win32.rar will alway be the mose recently.
example binary and screenshots
http://svn.dsource.org/projects/dwt/downloads/win32/examples/

version 0.3:
---------------------------------------------------------------
1) adjust the directory structure, more like DFL.
2) Some bugs fixed
3) clumsy Callback removed, implemented in other way.
4) Image support : gif jpg png winbmp winicon
5) Both UNICODE and ANSI version supported.
default to UNICODE version, use -version=ANSI to override,
recommend to use UNICODE
TCHAR is aliased to char/wchar depends on the version ident you set,
default to wchar since default version is UNICODE
6) some examples provided, illustrate how to use DWT widgets, delegates, images, layout


How to use
------------------------------------------------------------------------

1) extracts all files to \dmd directory. (overwrite the \dmd directory), "\dmd" is where the DMD installed.

2) modify the sc.ini in \dmd\bin, to add the import path of swt library change
DFLAGS="-I?@P?\..\src\phobos"
to
DFLAGS="-I?@P?\..\src\phobos;c:\dmd\import" or
DFLAGS="-I?@P?\..\src\phobos;d:\dmd\import" if you install DMD in Disk D

3) make sure "Derek Parnell"'s Build.exe is in your PATH envirement
if you don't have Build.exe yet, download it here.
http://www.dsource.org/projects/build/

4) navigate to \dmd\import\
run "make-swt-lib.bat" then copy swt.lib(release version) and
swtd.lib(debug version) to \dmd\lib

5) navigate to \dmd\packages\swt\examples\???
and run the "run-build.bat" file or "run-dmd.bat"
"run-build.bat" recompiles all the source code include the DWT source,
"run-dmd.bat" compiles only example source and link to swt.lib


TODO:
OLE/COM, Drag/Drop, WebBrowser ...
will be implemented in the future release


screenshot

http://svn.dsource.org/projects/dwt/downloads/win32/examples/controlexample.png
http://svn.dsource.org/projects/dwt/downloads/win32/examples/dummyeclipse.png
http://svn.dsource.org/projects/dwt/downloads/win32/examples/imageviewer.png

- Shawn


Last edited by Shawn Liu on Thu Aug 18, 2005 9:41 am; edited 3 times in total
Back to top
View user's profile Send private message
JJR



Joined: 22 Feb 2004
Posts: 1104

PostPosted: Sat Aug 13, 2005 12:26 pm    Post subject: Reply with quote

Shawn,

I think your updates to DWT are significant enough now to warrant replacing the old DWT.

Do you think we should now merge DWT 0.3 source in with the main svn directory? We may as well replace the old stuff that doesn't work, and make your source the new standard.

Once again, good work! Next step will be to get the linux/gtk version working!

Wink

-JJR
Back to top
View user's profile Send private message
Shawn Liu



Joined: 09 Mar 2005
Posts: 104
Location: Shanghai, China

PostPosted: Thu Aug 18, 2005 9:38 am    Post subject: Reply with quote

DWT Windows version 0.3 update:
Some bugs fixed.
1) Canvas refresh problem. Thanks to zwang!
2) Removed the ripples in the CTabFolder in "DummyEclipse" example.

The source location moved into a "win32" subfolder since we may have Linux
version port in the future.
http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32.rar

binary examples and screenshot
http://svn.dsource.org/projects/dwt/downloads/win32/examples/
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.     Forum Index -> DWT All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group