Re: Question over C++ to D conversion

2018-05-15 Thread Filipe Laíns via Digitalmars-d
On Tuesday, 15 May 2018 at 22:07:02 UTC, Filipe Laíns wrote: On Tuesday, 15 May 2018 at 21:00:25 UTC, Richard wrote: On Monday, 12 March 2018 at 03:42:41 UTC, jmh530 wrote: On Monday, 12 March 2018 at 02:48:17 UTC, Laeeth Isharc wrote: [snip] For conversion of C headers, watch this space. C f

Re: Question over C++ to D conversion

2018-05-15 Thread Filipe Laíns via Digitalmars-d
On Tuesday, 15 May 2018 at 21:00:25 UTC, Richard wrote: On Monday, 12 March 2018 at 03:42:41 UTC, jmh530 wrote: On Monday, 12 March 2018 at 02:48:17 UTC, Laeeth Isharc wrote: [snip] For conversion of C headers, watch this space. C first, C++ eventually. Might be a talk at Dconf on it. I th

Re: Question over C++ to D conversion

2018-05-15 Thread Johan Engelen via Digitalmars-d
On Monday, 12 March 2018 at 01:10:41 UTC, Richard wrote: The first is the use of BetterC, although from what I can tell DMD now has support for a minimal runtime feature as part of 2.079.0 https://dlang.org/changelog/2.079.0.html#minimal_runtime so hopefully when this makes it's way into LDC

Re: Question over C++ to D conversion

2018-05-15 Thread Richard via Digitalmars-d
On Monday, 12 March 2018 at 03:42:41 UTC, jmh530 wrote: On Monday, 12 March 2018 at 02:48:17 UTC, Laeeth Isharc wrote: [snip] For conversion of C headers, watch this space. C first, C++ eventually. Might be a talk at Dconf on it. I think I saw a reference to this somewhere else. Sounds pret

Re: Question over C++ to D conversion

2018-03-11 Thread jmh530 via Digitalmars-d
On Monday, 12 March 2018 at 02:48:17 UTC, Laeeth Isharc wrote: [snip] For conversion of C headers, watch this space. C first, C++ eventually. Might be a talk at Dconf on it. I think I saw a reference to this somewhere else. Sounds pretty darn cool.

Re: Question over C++ to D conversion

2018-03-11 Thread Laeeth Isharc via Digitalmars-d
On Monday, 12 March 2018 at 01:10:41 UTC, Richard wrote: The second is that mbed uses C++ class's for it's API most of this is just headers such I was wondering if there are any other ways that are known about for translating C++ into D, or accessing C++ libraries. Many Thanks Richard See G

Re: Question over C++ to D conversion

2018-03-11 Thread Mike Franklin via Digitalmars-d
On Monday, 12 March 2018 at 01:10:41 UTC, Richard wrote: There's a couple of outstanding things at the moment though The first is the use of BetterC, although from what I can tell DMD now has support for a minimal runtime feature as part of 2.079.0 https://dlang.org/changelog/2.079.0.html#mi

Re: Question over C++ to D conversion

2018-03-11 Thread Mike Parker via Digitalmars-d
On Monday, 12 March 2018 at 01:10:41 UTC, Richard wrote: I was wondering if there are any other ways that are known about for translating C++ into D, or accessing C++ libraries. If you have access to a Windows box, this might help get you there: http://rainers.github.io/visuald/visuald/Cp

Question over C++ to D conversion

2018-03-11 Thread Richard via Digitalmars-d
Hi, I'm sure this question has been asked a few times before But I'm currently looking at something that will convert Cpp code to D I've recently setup a proof of concept demo which uses mbed for an embedded LPC1769 Arm board This is just a test, but I've recently managed to get debugging wor