/we-/we/sqlite3/package.d(121): Error: semicolon expected
following auto declaration, not `32`
/we-/we/sqlite3/package.d(121): Error: declaration expected, not
`32`
/we-/we/sqlite3/package.d(122): Error: semicolon expected
following auto declaration, not `32`
/we-/we/sqlite3/package.d(122): Erro
Thank you all for those explanations. Helps a lot!
doing the following : (sqlite3 version 340)
gcc -E -dD sqlite3ext.h > sqlite3ext.i
dstep sqlit3ext.i -o/we/sqlite3/package.d
when compiling a program using this interface (import
we.sqlite3), I receive Errors like :
enum __FLT128_MAX__ =
1.18973149535723176508575932662800702e+4932F128;
//-- the result should be f.i. "the sun is shining"
//-- sqlite3_column_text returns a constant char* a \0 delimited
c-string
printf("%s\n",sqlite3_column_text(res, i));
writeln(sqlite3_column_text(res, i));
writefln("%s",sqlite3_column_text(res, i));
writefln(std.conv.to!string(sqlite3_column_t
why you guys have problems with it? it is so simple, install
isolated shell first, then install ingegrated shell, install
visuald and now you have your visuald environment ready to use.
i Tried al kind of combination and installing order - including
the one you propossed - unfortunately it di
why you guys have problems with it? it is so simple, install
isolated shell first, then install ingegrated shell, install
visuald and now you have your visuald environment ready to use.
i Tried al kind of combination and installing orer - including
the one you propossed - unfortunately it did
On Monday, 22 September 2014 at 03:21:44 UTC, WhatMeWorry wrote:
Anybody installed Visual D recently?
As per the install instructions, I downloaded the Visual
Studio isolated Shell 2013 and its integrated package.
Everything went smoothly. I then downloaded Visual D and
installed it with no