can visual-d support interaction VC++?

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Sat Nov 28 01:22:51 PST 2015



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

I remember having answered this (or a similar question) recently, but 
can't find it, so here it is again:

Declarations necessary for calling C/C++ functions from D is described 
here: http://dlang.org/interfaceToC.html and 
http://dlang.org/cpp_interface.html

In Visuald D, just add the VC++ library project as a "Project 
Dependency" to the D project. This will add the library to the link 
command line of the D executable.



More information about the Digitalmars-d-ide mailing list