Hi,
I try to get sqlite3.lib for 64 Bit windows os.
I tried implib with the def file and the 64 Bit dll:
implib sqlite3_implib.lib sqlite3.def /system
-> App crash (Windows 10)
With the dll file defined:
implib sqlite3_implib.lib sqlite3.dll /system
-> Error message: Error(10): Error: cannot re
On Sunday, 23 October 2016 at 19:23:04 UTC, Karabuta wrote:
On Sunday, 23 October 2016 at 14:53:48 UTC, aman wrote:
On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote:
[...]
This time i started out with a fresh Ubuntu server and
followed instructions on the blog. Here's output. Ple
Dne 22.10.2016 v 11:04 Mike Parker via Digitalmars-d-learn napsal(a):
On Saturday, 22 October 2016 at 08:05:12 UTC, Daniel Kozak wrote:
uint[string] dictionary;
should be
uint[size_t] dictionary;
because size_t is 32bit on x86 system and 64bit on x86_64
and you are trying to put array length
On Sunday, 23 October 2016 at 14:53:48 UTC, aman wrote:
On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote:
[...]
This time i started out with a fresh Ubuntu server and followed
instructions on the blog. Here's output. Please help:-
/usr/lib/gcc/x86_64-linux-gnu/5/include/d/core/a
On Sunday, 23 October 2016 at 10:19:07 UTC, Jonathan M Davis
wrote:
On Sunday, October 23, 2016 10:10:40 e-y-e via
Digitalmars-d-learn wrote:
...
Per
http://dlang.org/changelog/2.071.0.html
2.071.0 came out at the beginning of April, and 2.072 has been
slow in coming, so we've only had poin
On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 17:21:45 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 14:50:14 UTC, aman wrote:
I just started on vibe.d on fedora and the experience is not
pretty getting hello-world running. Please help. B
On Sunday, October 23, 2016 10:10:40 e-y-e via Digitalmars-d-learn wrote:
> On Sunday, 23 October 2016 at 09:11:08 UTC, Jonathan M Davis
>
> wrote:
> > On Sunday, October 23, 2016 07:46:19 e-y-e via
> >
> > Digitalmars-d-learn wrote:
> >> ...
> >
> > It's not a bug. It's just too new. You looked at
On Sunday, 23 October 2016 at 09:11:08 UTC, Jonathan M Davis
wrote:
On Sunday, October 23, 2016 07:46:19 e-y-e via
Digitalmars-d-learn wrote:
...
It's not a bug. It's just too new. You looked at the master
branch on github, whereas what you're probably using on your
computer is 2.071.2, whic
On Sunday, October 23, 2016 07:46:19 e-y-e via Digitalmars-d-learn wrote:
> Recently I needed to use a cumulative sum function, so I looked
> in phobos' documentation for 'cumulative' but found nothing
> useful. Then I looked in the forums for it and found nothing
> useful. But when I searched phob
On Saturday, 22 October 2016 at 17:23:58 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 17:21:45 UTC, Karabuta wrote:
On Saturday, 22 October 2016 at 14:50:14 UTC, aman wrote:
I just started on vibe.d on fedora and the experience is not
pretty getting hello-world running. Please help. B
Recently I needed to use a cumulative sum function, so I looked
in phobos' documentation for 'cumulative' but found nothing
useful. Then I looked in the forums for it and found nothing
useful. But when I searched phobos for it I found cumulativeFold
in std.algorithm.iteration:
https://github.c
11 matches
Mail list logo