On Sunday, 14 December 2014 at 13:47:21 UTC, Suliman wrote:
On Sunday, 14 December 2014 at 13:33:27 UTC, Suliman wrote:
There is also a branch named `develop` which at least
compiles, maybe it is usable.
how to add to dub this branch?
Compiling using dmd...
Linking...
OPTLINK (R) for Win32
On Sunday, 14 December 2014 at 13:33:27 UTC, Suliman wrote:
There is also a branch named `develop` which at least
compiles, maybe it is usable.
how to add to dub this branch?
Compiling using dmd...
Linking...
OPTLINK (R) for Win32 Release 8.00.15
Copyright (C) Digital Mars 1989-2013 All rig
There is also a branch named `develop` which at least compiles,
maybe it is usable.
how to add to dub this branch?
On Sunday, 14 December 2014 at 07:18:46 UTC, Rikki Cattermole
wrote:
On 14/12/2014 7:35 p.m., Suliman wrote:
Yes I used 2.0.65, but after updating compiler the situation
did not
resolved...
http://www.everfall.com/paste/id.php?apd0bfs5z4eg
Ah oh, I remember this issue from 2.064 -> 2.065.
De
On 14/12/2014 7:35 p.m., Suliman wrote:
Yes I used 2.0.65, but after updating compiler the situation did not
resolved...
http://www.everfall.com/paste/id.php?apd0bfs5z4eg
Ah oh, I remember this issue from 2.064 -> 2.065.
Definitely hasn't been upgraded.
https://github.com/biozic/d2sqlite3/iss
Yes I used 2.0.65, but after updating compiler the situation did
not resolved...
http://www.everfall.com/paste/id.php?apd0bfs5z4eg
On 14/12/2014 9:21 a.m., Suliman wrote:
On the code.dlang.org I found SQLLite driver
https://github.com/biozic/d2sqlite3
Look like it's not ready for Windows:
pragma(msg, "\nWARNING !!!\nDevelopped for POSIX systems only.\nNot
tested on Windows.\n");
I tried to add import to m
On the code.dlang.org I found SQLLite driver
https://github.com/biozic/d2sqlite3
Look like it's not ready for Windows:
pragma(msg, "\nWARNING !!!\nDevelopped for POSIX systems
only.\nNot tested on Windows.\n");
I tried to add import to my project and I got next errors: