Jump to page: 1 2 3
Thread overview
Dynamic loading
Oct 27, 2013
Steve Teale
Oct 27, 2013
Benjamin Thaut
Oct 27, 2013
evilrat
Oct 27, 2013
QAston
Oct 27, 2013
Benjamin Thaut
Oct 27, 2013
Jacob Carlborg
Oct 27, 2013
Dicebot
Oct 28, 2013
Steve Teale
Oct 28, 2013
Steve Teale
Oct 28, 2013
Jacob Carlborg
Oct 28, 2013
Steve Teale
Oct 28, 2013
Dicebot
Oct 28, 2013
Jacob Carlborg
Oct 29, 2013
Steve Teale
Oct 28, 2013
Jacob Carlborg
Oct 28, 2013
David Nadlinger
Oct 29, 2013
Martin Nowak
Oct 29, 2013
Martin Nowak
Oct 28, 2013
Flamaros
Oct 29, 2013
evilrat
Oct 29, 2013
Flamaros
Oct 29, 2013
Moritz Maxeiner
October 27, 2013
Any progress?
October 27, 2013
Am 27.10.2013 09:08, schrieb Steve Teale:
> Any progress?

Yes. The implementation of the linux part seems to be done and will be included in 2.064. On windows it will take some time because "export" has to be fixed first.

Kind Regards
Benjamin Thaut
October 27, 2013
On Sunday, 27 October 2013 at 08:23:26 UTC, Benjamin Thaut wrote:
> Am 27.10.2013 09:08, schrieb Steve Teale:
>> Any progress?
>
> Yes. The implementation of the linux part seems to be done and will be included in 2.064. On windows it will take some time because "export" has to be fixed first.
>
> Kind Regards
> Benjamin Thaut

<sarcasm>
wow. cool. most people developing(using) linux version. so what do we have:
we(me?) have COM problems(can't figure what causes them).  we have OS X development which is still real hardcore. but wait, we have more and more working linux version, who need other OS if we had linux \0/
</sarcasm>
October 27, 2013
On Sunday, 27 October 2013 at 08:52:02 UTC, evilrat wrote:
> <sarcasm>
> wow. cool. most people developing(using) linux version. so what do we have:
> we(me?) have COM problems(can't figure what causes them).  we have OS X development which is still real hardcore. but wait, we have more and more working linux version, who need other OS if we had linux \0/
> </sarcasm>

It's time to learn that life is cruel and unjust and people don't do whatever they're ask to do :P.
October 27, 2013
Am 27.10.2013 09:52, schrieb evilrat:
> On Sunday, 27 October 2013 at 08:23:26 UTC, Benjamin Thaut wrote:
>> Am 27.10.2013 09:08, schrieb Steve Teale:
>>> Any progress?
>>
>> Yes. The implementation of the linux part seems to be done and will be
>> included in 2.064. On windows it will take some time because "export"
>> has to be fixed first.
>>
>> Kind Regards
>> Benjamin Thaut
>
> <sarcasm>
> wow. cool. most people developing(using) linux version. so what do we have:
> we(me?) have COM problems(can't figure what causes them).  we have OS X
> development which is still real hardcore. but wait, we have more and
> more working linux version, who need other OS if we had linux \0/
> </sarcasm>

You are welcome to discuss DIP 45 which aims to fix "export" so that shared library support can be added to windows plattforms. You are also welcome to point out wherever you can that you are interrested in shared library support for windows.

http://forum.dlang.org/thread/kvhu2c$2ikq$1@digitalmars.com#post-kvhu2c:242ikq:241:40digitalmars.com

Kind Regards
Benjamin Thaut
October 27, 2013
On 2013-10-27 09:52, evilrat wrote:

> <sarcasm>
> wow. cool. most people developing(using) linux version. so what do we have:
> we(me?) have COM problems(can't figure what causes them).  we have OS X
> development which is still real hardcore. but wait, we have more and
> more working linux version, who need other OS if we had linux \0/
> </sarcasm>

We most likely need native TLS for Mac OS X before supporting dynamic libraries.

-- 
/Jacob Carlborg
October 27, 2013
On Sunday, 27 October 2013 at 08:52:02 UTC, evilrat wrote:
> who need other OS if we had linux \0/

So glad to see this becoming a common wisdom :P

October 28, 2013
On Sunday, 27 October 2013 at 08:23:26 UTC, Benjamin Thaut wrote:
> Am 27.10.2013 09:08, schrieb Steve Teale:
>> Any progress?
>
> Yes. The implementation of the linux part seems to be done and will be included in 2.064. On windows it will take some time because "export" has to be fixed first.
>
> Kind Regards
> Benjamin Thaut

Thanks Benjamin - Linux will suit me ;=)
October 28, 2013
On Sunday, 27 October 2013 at 08:23:26 UTC, Benjamin Thaut wrote:
> Am 27.10.2013 09:08, schrieb Steve Teale:
>> Any progress?
>
> Yes. The implementation of the linux part seems to be done and will be included in 2.064. On windows it will take some time because "export" has to be fixed first.
>
> Kind Regards
> Benjamin Thaut

Is there a description somewhere of how this will work? Is it language, Phobos, linker, or what.
October 28, 2013
On 2013-10-28 18:45, Steve Teale wrote:

> Is there a description somewhere of how this will work? Is it language,
> Phobos, linker, or what.

I guess it's compiler and runtime.

-- 
/Jacob Carlborg
« First   ‹ Prev
1 2 3