Thread overview
Magicport - where it is ?
Sep 14, 2015
Temtaime
Sep 14, 2015
Rikki Cattermole
Sep 14, 2015
Daniel Murphy
September 14, 2015
Hi !
I wonder if there's a repo with magicport that was used to convert dmd.
I have a big library written in C++ and wanna try convert it to D.
Or is magicport closed and there's no chance to get it ?

Thanks for a reply.
September 14, 2015
On 14/09/15 9:24 PM, Temtaime wrote:
> Hi !
> I wonder if there's a repo with magicport that was used to convert dmd.
> I have a big library written in C++ and wanna try convert it to D.
> Or is magicport closed and there's no chance to get it ?
>
> Thanks for a reply.

Newest version I could find: https://github.com/yebblies/dmd/tree/newmagic/src/magicport
But it won't help you much. It was designed for dmd and only dmd.
September 14, 2015
On 14/09/2015 7:24 PM, Temtaime wrote:
> Hi !
> I wonder if there's a repo with magicport that was used to convert dmd.
> I have a big library written in C++ and wanna try convert it to D.
> Or is magicport closed and there's no chance to get it ?
>
> Thanks for a reply.

The latest version of magicport is in the dmd repo history, right before it was deleted.

https://github.com/D-Programming-Language/dmd/tree/last-cdmd

Good luck with your conversion!