January 25, 2015
> $ dub clean
> $ dub build --force
>
> Some inconsistency in build caches I bet.

Not help :(
January 25, 2015
I removed all dub cash by hand and now I have got error:
C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
dl2\sdl.d(62): Error: undefined identifier SharedLibVersion
January 25, 2015
On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:
> I removed all dub cash by hand and now I have got error:
> C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
> dl2\sdl.d(62): Error: undefined identifier SharedLibVersion

Try to hack dlangui/dub.json - remove all dependencies to external packages except dlib.
January 25, 2015
On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:
> I removed all dub cash by hand and now I have got error:
> C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
> dl2\sdl.d(62): Error: undefined identifier SharedLibVersion

Don't know why you're getting that, but SharedLibVersion is, IIRC, a relatively new thing in derelict, so it's probably that something is looking at an older version than it should.
January 26, 2015
On Sunday, 25 January 2015 at 13:37:33 UTC, Suliman wrote:
> I removed all dub cash by hand and now I have got error:
> C:\Users\Dima\AppData\Roaming\dub\packages\derelict-sdl2-1.9.1\source\derelict\s
> dl2\sdl.d(62): Error: undefined identifier SharedLibVersion

Did you try  dub upgrade --force-remove   ?
January 26, 2015
On Saturday, 24 January 2015 at 20:24:54 UTC, Suliman wrote:
> Vadim, I can't understand why if I adding to dub.json
> "dlangui": ">=0.4.4"
>
> On dub build I am getting:
>
> OPTLINK (R) for Win32  Release 8.00.15
> Copyright (C) Digital Mars 1989-2013  All rights reserved.
> http://www.digitalmars.com/ctg/optlink.html
> .dub\build\application-debug-windows-x86-dmd_2066-DB440D76262575D36BFB1E2999272A
> 0D\geodataloader.obj
>  Error 2: File Not Found .dub\build\application-debug-windows-x86-dmd_2066-DB440
> D76262575D36BFB1E2999272A0D\geodataloader.obj
> --- errorlevel 1
> FAIL .dub\build\application-debug-windows-x86-dmd_2066-DB440D76262575D36BFB1E299
> 9272A0D\ geodataloader executable
> Error executing command run: dmd failed with exit code 1.
>
>
> If remove. All build.

Found why your build is failed.
Use dependency
		"dlangui:dlanguilib": ">=0.4.5"
instead of
		"dlangui": ">=0.4.5"
January 26, 2015
On Friday, 26 December 2014 at 12:33:04 UTC, Vadim Lopatin wrote:
> Hello!
>
> DlangUI project is alive and under active development.
>
> https://github.com/buggins/dlangui
>

Update:

Resources are now being embedded into executable by default. (External resources files are still available - useful for resource/theme development).

For better fonts quality, subpixel antialiasing (aka ClearType) was implemented.
Working ok for non-OpenGL rendering of FreeType and Win32 fonts.
Still cannot get it working of OpenGL rendering (trying to play with shaders and glBlendFunc).
1 2 3 4 5 6 7 8 9
Next ›   Last »