Linking with C on Windows
Mark Isaacson via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Thu Jun 5 16:12:55 PDT 2014
On Thursday, 5 June 2014 at 22:59:48 UTC, bearophile wrote:
> Mark Isaacson:
>
>> My attempts to have either the MinGW linker or the Visual
>> Studio
>> linker accept my D .objs have all failed.
>
> Try using the dmc compiler for the C code.
>
> Bye,
> bearophile
I'd considered that, but in the long term that will not be a
viable solution for me. I need to eventually be able to export a
dll that can talk with anything. I just figured this would be an
easy first stepping stone to that end.
More information about the Digitalmars-d-learn
mailing list