Author |
Message |
Topic: SciTE4D Text Editor for Windows 0.19 released |
yidabu
Replies: 0
Views: 51862
|
Forum: DWin Posted: Sun Feb 13, 2011 1:44 am Subject: SciTE4D Text Editor for Windows 0.19 released |
SciTE4D text editor 0.19 released
What's new:
Autocomplete up to date with Tango 0.99.9, DWT2(revision 87), DFL(revision 98), DWin 0.40(revision 377)
dhelp.chm updated to DMD 1.066
... |
Topic: DWin 0.40 released, tested witn DMD 1.056, Tango 0.99.9 |
yidabu
Replies: 0
Views: 13429
|
Forum: DWin Posted: Sun Feb 13, 2011 12:55 am Subject: DWin 0.40 released, tested witn DMD 1.056, Tango 0.99.9 |
= Welcome to DWin =
== OverView ==
DWin is a library for the D Programming language, Packages included in DWin cover such areas as : Windows COM client programming, Windows IE automation, PCRE R ... |
Topic: Bug in COM Implements class? |
yidabu
Replies: 1
Views: 15460
|
Forum: DWin Posted: Sun Feb 13, 2011 12:39 am Subject: Bug in COM Implements class? |
I have no plan for COM Serer this moment. |
Topic: DWin 0.39 released, tested with DMD 1.042, Tango 0.99.8 |
yidabu
Replies: 0
Views: 13058
|
Forum: DWin Posted: Sun Apr 12, 2009 5:09 pm Subject: DWin 0.39 released, tested with DMD 1.042, Tango 0.99.8 |
= Welcome to DWin =
== OverView ==
DWin is a library for the D Programming language, Packages included in DWin cover such areas as : Windows COM client programming, Windows IE autmation, PCRE Re ... |
Topic: Error in Properties.d with dwin-r245 and tango0.99.8 |
yidabu
Replies: 1
Views: 14946
|
Forum: DWin Posted: Thu Apr 02, 2009 7:14 pm Subject: Error in Properties.d with dwin-r245 and tango0.99.8 |
fixed in revison 251, thanks HeiHon. |
Topic: SciTE4D text editor 0.18 released |
yidabu
Replies: 0
Views: 12875
|
Forum: DWin Posted: Thu Apr 02, 2009 6:55 pm Subject: SciTE4D text editor 0.18 released |
What's new:
Autocomplete up to date with DMD 1.0.41 and Tango 0.99.8, DWin 0.38, DWT-win, DWT-addons, DWT2, DFL, derelict, arc, DDBI,Mango, Juno
dhelp.chm updated to DMD 1.038
... |
Topic: Tutorial using Dwin |
yidabu
Replies: 6
Views: 27488
|
Forum: DWin Posted: Thu Oct 30, 2008 11:07 pm Subject: Tutorial using Dwin |
or use DWin recent trunk ?
I tested you code with DWin trunk, DMD 1.036, Tango recent trunk on Windows XP. |
Topic: Tutorial using Dwin |
yidabu
Replies: 6
Views: 27488
|
Forum: DWin Posted: Tue Oct 28, 2008 4:47 pm Subject: Tutorial using Dwin |
It's may be a DMD configuration issue, check the dmd/bin/sc.ini settings. |
Topic: Tutorial using Dwin |
yidabu
Replies: 6
Views: 27488
|
Forum: DWin Posted: Tue Oct 28, 2008 6:05 am Subject: Tutorial using Dwin |
I tested the scripts, and it works fine.
You can build a static dwin.lib first, then link the libary:
pragma(lib, "dwin.lib"); |
Topic: Status |
yidabu
Replies: 3
Views: 20748
|
Forum: flowerd Posted: Tue Aug 19, 2008 5:40 pm Subject: Status |
very good. please uplod your wrapper. thanks. |
Topic: SciTE4D text editor 0.17 released |
yidabu
Replies: 1
Views: 16509
|
Forum: DWin Posted: Tue Aug 05, 2008 6:39 pm Subject: SciTE4D text editor 0.17 released |
SciTE4D text editor 0.17 released
6 Aug 2008, SciTE4D text editor 0.17 released.
What's new:
Autocomplete up to date with DMD 1.0.33 and Tango 0.99.7, DWin 0.38, dwt 3.41
Use Ddbg to debu ... |
Topic: DWin 0.38 released, tested with DMD 1.033, Tango 0.99.7 |
yidabu
Replies: 0
Views: 13859
|
Forum: DWin Posted: Tue Aug 05, 2008 6:35 pm Subject: DWin 0.38 released, tested with DMD 1.033, Tango 0.99.7 |
DWin 0.38 released, tested with DMD 1.033, Tango 0.99.7
DWin is a library for the D Programming language, Packages included in DWin cover such areas as : Windows COM client programming, PCRE Regula ... |
Topic: How to get Scite4d to keep the executables? |
yidabu
Replies: 7
Views: 28651
|
Forum: DWin Posted: Sat May 17, 2008 4:48 pm Subject: How to get Scite4d to keep the executables? |
your are right.
The batchfile has to be called: build.bat (nothing else will work).
you can change the build.bat (Makefile) to another in ybud.conf, this is documented.
What Sci4d does is ... |
Topic: How to get Scite4d to keep the executables? |
yidabu
Replies: 7
Views: 28651
|
Forum: DWin Posted: Fri May 16, 2008 4:56 pm Subject: How to get Scite4d to keep the executables? |
you should create a dsss.conf or build.bat or Makefile for the project first before presS <CTRL> F7. |
Topic: How to get Scite4d to keep the executables? |
yidabu
Replies: 7
Views: 28651
|
Forum: DWin Posted: Fri May 16, 2008 5:40 am Subject: How to get Scite4d to keep the executables? |
<CTRL> F5 is same as
dmd -run source.d
means run resulting program directly ( no executable ) |
|