digitalmars.D.learn - Calling D code from C
- Jonathan M Davis (4/4) Sep 19 2011 Someone who has actually done a C or C++ application or two which used D...
- Kagamin (3/8) Sep 20 2011 http://www.digitalmars.com/d/2.0/changelog.html
- Denis Shelomovskij (5/9) Sep 20 2011 Is smb. reading my mind? Just a few hours ago I had the same question.
Someone who has actually done a C or C++ application or two which used D code should answer this question. I know that there are at least a few folks around here who have done that, but I've never done it myself. http://stackoverflow.com/questions/7480046/implementing-a-c-api-in-d
Sep 19 2011
Jonathan M Davis Wrote:Someone who has actually done a C or C++ application or two which used D code should answer this question. I know that there are at least a few folks around here who have done that, but I've never done it myself. http://stackoverflow.com/questions/7480046/implementing-a-c-api-in-dhttp://www.digitalmars.com/d/2.0/changelog.html shared libraries are not supported
Sep 20 2011
20.09.2011 9:55, Jonathan M Davis пишет:Someone who has actually done a C or C++ application or two which used D code should answer this question. I know that there are at least a few folks around here who have done that, but I've never done it myself. http://stackoverflow.com/questions/7480046/implementing-a-c-api-in-dIs smb. reading my mind? Just a few hours ago I had the same question. So, I have written an answer at stackoverflow.com. It isn't about _shared libraries_, but about calling D from C with static linking.
Sep 20 2011