Re: Help convert a C++ header to D

2016-01-03 Thread Rikki Cattermole via Digitalmars-d-learn
On 04/01/16 12:42 AM, Arialis Majoris wrote: On Sunday, 3 January 2016 at 08:29:22 UTC, Rikki Cattermole wrote: On 03/01/16 9:26 PM, Arialis Majoris wrote: On Sunday, 3 January 2016 at 06:07:09 UTC, Rikki Cattermole wrote: On 03/01/16 7:04 PM, Arialis Majoris wrote: [...] It's really quite

Re: Help convert a C++ header to D

2016-01-03 Thread Arialis Majoris via Digitalmars-d-learn
On Sunday, 3 January 2016 at 08:29:22 UTC, Rikki Cattermole wrote: On 03/01/16 9:26 PM, Arialis Majoris wrote: On Sunday, 3 January 2016 at 06:07:09 UTC, Rikki Cattermole wrote: On 03/01/16 7:04 PM, Arialis Majoris wrote: [...] It's really quite simple. You would probably only need like 2 re

Re: Help convert a C++ header to D

2016-01-03 Thread Rikki Cattermole via Digitalmars-d-learn
On 03/01/16 9:26 PM, Arialis Majoris wrote: On Sunday, 3 January 2016 at 06:07:09 UTC, Rikki Cattermole wrote: On 03/01/16 7:04 PM, Arialis Majoris wrote: I have a rather large header file used to write plugins for reaper: http://pastebin.com/Eebv1e0M This file, unfortunately may change quite

Re: Help convert a C++ header to D

2016-01-03 Thread Arialis Majoris via Digitalmars-d-learn
On Sunday, 3 January 2016 at 06:07:09 UTC, Rikki Cattermole wrote: On 03/01/16 7:04 PM, Arialis Majoris wrote: I have a rather large header file used to write plugins for reaper: http://pastebin.com/Eebv1e0M This file, unfortunately may change quite often depending on the version of reaper.

Help convert a C++ header to D

2016-01-02 Thread Arialis Majoris via Digitalmars-d-learn
I have a rather large header file used to write plugins for reaper: http://pastebin.com/Eebv1e0M This file, unfortunately may change quite often depending on the version of reaper. Reaper automatically generates the C++ file. Is there a way to automatically convert this without too much trou

Re: Help convert a C++ header to D

2016-01-02 Thread Rikki Cattermole via Digitalmars-d-learn
On 03/01/16 7:04 PM, Arialis Majoris wrote: I have a rather large header file used to write plugins for reaper: http://pastebin.com/Eebv1e0M This file, unfortunately may change quite often depending on the version of reaper. Reaper automatically generates the C++ file. Is there a way to automat