Re: Getting started with graphqld

2020-12-16 Thread Trustee via Digitalmars-d-learn
On Wednesday, 16 December 2020 at 08:33:09 UTC, aberba wrote: On Tuesday, 15 December 2020 at 16:25:29 UTC, Trustee wrote: Is there anyone willing to help me get started with GraphQLD. I have some experience with graphql in node. My D is intermediate at best but i can learn fast with

Re: Simple clarification with "Building Libraries" online documentation

2020-12-16 Thread WhatMeWorry via Digitalmars-d-learn
On Wednesday, 16 December 2020 at 22:51:55 UTC, WhatMeWorry wrote: Looking at; https://dlang.org/dmd-windows.html#library Compile modules separately and then run the librarian on them: dmd -c foo.d dmd -c bar.d phobos.lib -c -p32 foo.lib foo.obj bar.obj abc.obj def.lib My bad. I now see

Simple clarification with "Building Libraries" online documentation

2020-12-16 Thread WhatMeWorry via Digitalmars-d-learn
Looking at; https://dlang.org/dmd-windows.html#library Compile modules separately and then run the librarian on them: dmd -c foo.d dmd -c bar.d phobos.lib -c -p32 foo.lib foo.obj bar.obj abc.obj def.lib The last line puzzles me. I presume phobos.lib is the "librarian" referred to in the

Re: extern(C) and name mangling

2020-12-16 Thread Jacob Carlborg via Digitalmars-d-learn
On 2020-12-16 16:18, Dave P. wrote: Is this a bug in the spec or in the implementation? Yeah, that's a good question. That's always problematic with D. The spec is incomplete. How do we get this fixed? The simplest would be to change the spec. -- /Jacob Carlborg

Re: extern(C) and name mangling

2020-12-16 Thread Dave P. via Digitalmars-d-learn
On Wednesday, 16 December 2020 at 06:46:42 UTC, Jacob Carlborg wrote: On Wednesday, 16 December 2020 at 04:17:13 UTC, Mike Parker wrote: However, the D calling convention is defined to be identical to the C calling convention on the host system for everything except Windows x86. That's

Re: Adjustments in .tbss section

2020-12-16 Thread Timo Sintonen via Digitalmars-d-learn
On Wednesday, 16 December 2020 at 11:51:52 UTC, Severin Teona wrote: Hi again guys! I have been trying to develop a small-sized DRuntime for microcontrollers during SAoC2020. My last update is here[1]. At the moment, I have managed to build a DRuntime that can be linked with a simple

Adjustments in .tbss section

2020-12-16 Thread Severin Teona via Digitalmars-d-learn
Hi again guys! I have been trying to develop a small-sized DRuntime for microcontrollers during SAoC2020. My last update is here[1]. At the moment, I have managed to build a DRuntime that can be linked with a simple application (not using classes or anything), for TockOS[2], and using the D

Re: Getting started with graphqld

2020-12-16 Thread aberba via Digitalmars-d-learn
On Tuesday, 15 December 2020 at 16:25:29 UTC, Trustee wrote: Is there anyone willing to help me get started with GraphQLD. I have some experience with graphql in node. My D is intermediate at best but i can learn fast with guidance. I am able to build and deploy vibe-d apps locally and on

Re: Simple BeamUI project won't link

2020-12-16 Thread aberba via Digitalmars-d-learn
On Wednesday, 16 December 2020 at 07:02:11 UTC, Daren Scot Wilson wrote: Trying out the beamui GUI package, obtained by git clone from github. The "basic" example builds and runs. [...] When you look inside the examples folders, you'll see all the dependencies required to get it to work.

Re: Updating to newer files with different disk formats

2020-12-16 Thread Kagamin via Digitalmars-d-learn
You can compare like time1 > time2 + 100.msec, though posix specifies only second precision.