Re: Fwd: Interfacing with C++

2014-11-05 Thread Abdulhaq via Digitalmars-d
On Wednesday, 5 November 2014 at 12:39:16 UTC, albatroz wrote: On Monday, 3 November 2014 at 20:32:34 UTC, Abdulhaq wrote: You might find my project Smidgen (https://github.com/alynch4047/smidgen) useful, It's not finished but you might consider extending it rather than starting elsewhere.

Re: Fwd: Interfacing with C++

2014-11-05 Thread albatroz via Digitalmars-d
On Monday, 3 November 2014 at 20:32:34 UTC, Abdulhaq wrote: You might find my project Smidgen (https://github.com/alynch4047/smidgen) useful, It's not finished but you might consider extending it rather than starting elsewhere. woe... The first time I see this project mentioned. You may cons

Re: Fwd: Interfacing with C++

2014-11-04 Thread Kagamin via Digitalmars-d
Static functions correspond to static D functions. Non-virtual functions are struct methods and final class methods.

Re: Fwd: Interfacing with C++

2014-11-04 Thread Shriramana Sharma via Digitalmars-d
On 11/4/14, Daniel Murphy via Digitalmars-d wrote: >> Now from the http://dlang.org/cpp_interface I find out the current >> status of built-in C++ interfacing support. I'm working on Linux so >> using the COM support is not an option for me (whatever COM may be!). > > That page is out of date. Su

Re: Fwd: Interfacing with C++

2014-11-03 Thread deadalnix via Digitalmars-d
On Monday, 3 November 2014 at 18:24:12 UTC, Shriramana Sharma via Digitalmars-d wrote: 1) How mature is the SWIG support for wrapping a library into D? Specifically does the above SWIG support take advantage of the built-in C++ support features like connecting directly to virtual functions?

Re: Fwd: Interfacing with C++

2014-11-03 Thread Abdulhaq via Digitalmars-d
On Monday, 3 November 2014 at 20:32:34 UTC, Abdulhaq wrote: On Monday, 3 November 2014 at 18:24:12 UTC, Shriramana Sharma via Digitalmars-d wrote: It was recommended that I discuss this on this list rather than d.learn... (I didn't think I'd graduate out of d.learn *that* quickly...) -

Re: Fwd: Interfacing with C++

2014-11-03 Thread Abdulhaq via Digitalmars-d
On Monday, 3 November 2014 at 18:24:12 UTC, Shriramana Sharma via Digitalmars-d wrote: It was recommended that I discuss this on this list rather than d.learn... (I didn't think I'd graduate out of d.learn *that* quickly...) -- Forwarded message -- Hello. I really really need to

Re: Fwd: Interfacing with C++

2014-11-03 Thread Daniel Murphy via Digitalmars-d
"Shriramana Sharma via Digitalmars-d" wrote in message news:mailman.1464.1415039051.9932.digitalmar...@puremagic.com... Hello. I really really need to be able to interface well with a C++ library which contains lots of classes if I am going to further invest time into D. Now from the http://d

Fwd: Interfacing with C++

2014-11-03 Thread Shriramana Sharma via Digitalmars-d
It was recommended that I discuss this on this list rather than d.learn... (I didn't think I'd graduate out of d.learn *that* quickly...) -- Forwarded message -- Hello. I really really need to be able to interface well with a C++ library which contains lots of classes if I am goin