can visual-d support interaction VC++?

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Nov 20 04:52:59 PST 2015



On 18.11.2015 18:07, Kishan Devani wrote:
> if yes.
> i want know how to use VC++ lib in D Lang...

You can find some information on D's capabilities regarding 
interoperability with C++ here: http://dlang.org/cpp_interface.html

Visual D has some support to build C/C++ files within a D project, but 
you'll have to specify most command line options yourself.

As an alternative, you can also link to a C++ library by adding it to 
the "Project Dependencies" of the D project. This will guarantee correct 
build order and add the library automatically to the link step.


More information about the Digitalmars-d-ide mailing list