Compiling a mixed D and C++ project?

Exil Exil at gmall.com
Mon Sep 2 14:02:31 UTC 2019


On Monday, 2 September 2019 at 13:24:17 UTC, Kyle De'Vir wrote:
> I have my C++ code with the necessary functions that are 
> wrapped for C linkage, but I'm not sure how to compile the D 
> and wrapped C++ code.

Depending on what you are doing and how you want to do it. You 
would compile one or the other as either a static library or a 
shared library, then link to that when you compile the executable.


More information about the Digitalmars-d mailing list