[OT]I throw in the towel
Orfeo via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Wed Jun 25 02:29:33 PDT 2014
I wanted to create a simple application to display and edit data
from postgresql database using GtkD and ddb
(https://github.com/pszturmaj/ddb)
The application should run on WinXp or Win7. After a week of work
I throw in the towel ...
1. The first problem
$ dub build
Unexpected Termination OPTLINK at t = EIP 0040F5Ba
After many attempts to find a solution
(http://forum.dlang.org/thread/gskuwiynupngpungybic@forum.dlang.org)
$ dub build --rdmd
After writing a bit of code another problem:
$ dub build --rdmd
Error 45: Too Much Data for Old DEBUG CodeView format
$ dub --build=release --rdmd
C:\Documents and Settings\dao\Application
Data\dub\packages\gtk-d-2.3.3\src\gtk\Builder.d(489): Error: ICE:
cannot append 'char' to 'string'
(see https://github.com/gtkd-developers/GtkD/issues/91 and
https://issues.dlang.org/show_bug.cgi?id=12243)
I love D but, with tail between legs, I come back to csharp...
(BTW on Linux it's works well)
More information about the Digitalmars-d-learn
mailing list