dfl2 1.0.5

dfl2 is a GUI library for Windows,now it can be built by dco, DUB or Visual Studio .NET(such as VS 2010).


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

dfl2

dfl2 is a GUI library for windows,which is based on D2 ,now D2.066.1.

linker libs:

ole32.lib oleAut32.lib gdi32.lib Comctl32.lib Comdlg32.lib advapi32.lib uuid.lib ws2_32.lib.

How to start:

git clone https://github.com/FrankLIKE/dfl2

or

dub fetch dfl2 --local

The latest features:

1、dfl can be build by dco.

2、dfl can be used in Visual Studio .net (here VS 2010), whose intellisense will help you very well(to look at the Screenshot),now it can debug in VD 0.3.39.

3、dfl can be used in DUB:

base work

You should copy 'dfl2\dco\source\dco.ini' to your $(DMDInstallDir): 'dmd2\window\bin' folder(optional),and copy the 'dfl2\source\dfl' folder to your 'dmd2\window\import'(if not exists,create it),and add importpath to sc.ini (after 'DFLAGS=', add "-I%@P%....\windows\import").

How to get the libs or exe files:

1、 Double click the 'dcobuild.bat',to get them in the folder.

2、run the dubbuild.bat in the path, to get them in 'debug' folder. or

 dub fetch dfl2,and run the dubbuild.bat in the path(C:\Users\[yourUserName]\AppData\Roaming\dub\packages\dfl2-1.0.4)

3、Open the dfl.sln, and run the projects to get them in 'debug' folder and 'release' folder(Now,auto copy to the '$(DMDInstallDir)windows\lib' OR 'bin' folder ).

note: If you want to get the release version ,use dcobuild.bat. or vs2010 please.

New thing : dco.exe

'dco.exe' can create the batch processing info :

How to use the 'dco':

dco ↓

or

dco app.d

or

dco app.d -gui

more info : dco -h

Screenshot:

in dco:

dfl2 In dco

in DUB:

dfl2 In DUB

in VS2010

dfl's intellisense in VS2010

Authors:
  • Christopher E. Miller
  • FrankLIKE
Dependencies:
none
Versions:
1.0.7 2014-Dec-22
1.0.6 2014-Nov-13
1.0.5 2014-Nov-08
1.0.4 2014-Nov-04
1.0.3 2014-Nov-03
Show all 9 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 583 downloads total

Score:
0.9
Short URL:
dfl2.dub.pm