www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dll-linux page not in the menu on dlang.org?

reply Benjamin Thaut <code benjamin-thaut.de> writes:
I tried really hard but I'm not able to find a link in the menu that 
leads to the following page: http://dlang.org/dll-linux.html

Is that intentional? In my opinion this is a pretty central topic which 
should appear in the sub-menu "D Reference".

Kind Regards
Benjamin Thaut
Jan 24 2015
parent reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 01/24/2015 11:47 AM, Benjamin Thaut wrote:
 I tried really hard but I'm not able to find a link in the menu that
 leads to the following page: http://dlang.org/dll-linux.html

 Is that intentional? In my opinion this is a pretty central topic which
 should appear in the sub-menu "D Reference".

 Kind Regards
 Benjamin Thaut
Oh, that needs some overhaul, but I don't think we should release it before we have the high-level wrapper. https://github.com/D-Programming-Language/druntime/pull/617
Jan 24 2015
next sibling parent reply Benjamin Thaut <code benjamin-thaut.de> writes:
Am 24.01.2015 um 12:22 schrieb Martin Nowak:
 On 01/24/2015 11:47 AM, Benjamin Thaut wrote:
 I tried really hard but I'm not able to find a link in the menu that
 leads to the following page: http://dlang.org/dll-linux.html

 Is that intentional? In my opinion this is a pretty central topic which
 should appear in the sub-menu "D Reference".

 Kind Regards
 Benjamin Thaut
Oh, that needs some overhaul, but I don't think we should release it before we have the high-level wrapper. https://github.com/D-Programming-Language/druntime/pull/617
Why do we need a high-level wrapper? Whats wrong with doing a library on a level similar to phobos? Afaik we don't have any other page describing how to compile a library into a .so on linux or how to link against the shared version of phobos. (P.S. didn't you get my mails?)
Jan 24 2015
parent Martin Nowak <code+news.digitalmars dawg.eu> writes:
On 01/24/2015 12:38 PM, Benjamin Thaut wrote:
 Why do we need a high-level wrapper?
Because it means the support if finished and stable, unlike the Window DLL documentation which tells people what internal runtime functions to use to make an incomplete DLL support work a little.
 (P.S. didn't you get my mails?)
Just been busy.
Jan 30 2015
prev sibling parent Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
On 1/24/15 3:22 AM, Martin Nowak wrote:
 On 01/24/2015 11:47 AM, Benjamin Thaut wrote:
 I tried really hard but I'm not able to find a link in the menu that
 leads to the following page: http://dlang.org/dll-linux.html

 Is that intentional? In my opinion this is a pretty central topic which
 should appear in the sub-menu "D Reference".

 Kind Regards
 Benjamin Thaut
Oh, that needs some overhaul, but I don't think we should release it before we have the high-level wrapper. https://github.com/D-Programming-Language/druntime/pull/617
What is the status of this pull request? Thanks. -- Andrei
Jan 24 2015