Re: gcc -E -dD; dstep; sqlite3

2022-12-08 Thread johannes via Digitalmars-d-learn
/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

Re: printf, writeln, writefln

2022-12-08 Thread johannes via Digitalmars-d-learn
Thank you all for those explanations. Helps a lot!

gcc -E -dD; dstep; sqlite3

2022-12-08 Thread johannes via Digitalmars-d-learn
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;

printf, writeln, writefln

2022-12-06 Thread johannes via Digitalmars-d-learn
//-- 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

Re: Can't get Visual D to come up. No warnings, no errors, no nothing

2014-09-23 Thread remco johannes via Digitalmars-d-learn
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

Re: Can't get Visual D to come up. No warnings, no errors, no nothing

2014-09-23 Thread Remco johannes via Digitalmars-d-learn
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

Re: Can't get Visual D to come up. No warnings, no errors, no nothing

2014-09-23 Thread remco johannes via Digitalmars-d-learn
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