On Thursday, 18 July 2019 at 18:50:07 UTC, Iain Buclaw wrote:
On Thu, 18 Jul 2019 at 18:15, Eugene Wissner via D.gnu
wrote:
You can get away with:
module object;
extern(C) int main() { return 0; }
As a minimal program and it will just compile, no fancy
switches
required.
gcc test.d && ./a.
On Thu, 18 Jul 2019 at 18:15, Eugene Wissner via D.gnu
wrote:
>
> You can get away with:
>
> module object;
> extern(C) int main() { return 0; }
>
> As a minimal program and it will just compile, no fancy switches
> required.
> gcc test.d && ./a.out
Yes, that is using gcc to compile D code, and n
On Thursday, 18 July 2019 at 14:29:36 UTC, vladislavp wrote:
Hello, I am looking for help using betterC with GDC
(after this, my next step was to see if I can use wxWigdets
with GDC betterC without
wxD wrappers)
This question is essentially same as below from 2018( it did
not have any answer
Hello, I am looking for help using betterC with GDC
(after this, my next step was to see if I can use wxWigdets with
GDC betterC without
wxD wrappers)
This question is essentially same as below from 2018( it did not
have any answers).
https://forum.dlang.org/thread/usdqpbusosanlsugw...@forum