January 05, 2014
@Palmic the DWinProgramming samples use the overload

Runtime.initialize(ExceptionHandler)

Which gives a warning that it is deprecated and you should use this overload instead:

Runtime.initialize()

But this is not compiled in phobos64.lib, while it is included in the source code. So the library and source code are out of sync. Fortunately it is relatively easy to compile yourself.

I will make a bug report for this.
January 05, 2014
On Sunday, 5 January 2014 at 19:05:58 UTC, Erik van Velzen wrote:
> @Palmic the DWinProgramming samples use the overload
>
> Runtime.initialize(ExceptionHandler)
>
> Which gives a warning that it is deprecated and you should use this overload instead:
>
> Runtime.initialize()
>
> But this is not compiled in phobos64.lib, while it is included in the source code. So the library and source code are out of sync. Fortunately it is relatively easy to compile yourself.
>
> I will make a bug report for this.

I had similar issues (undefined reference) on Linux, but with Runtime.loadLibrary and Runtime.unloadLibrary, which call rt_loadLibrary and rt_unloadLibrary. I thought it's because of lack of proper dynamic loading support.
January 05, 2014
Filed under "installer"

https://d.puremagic.com/issues/show_bug.cgi?id=11871

You could add the linux thing as a comment if you're sure it's the same issue.
January 05, 2014
On Sunday, 5 January 2014 at 19:30:46 UTC, Erik van Velzen wrote:
> Filed under "installer"
>
> https://d.puremagic.com/issues/show_bug.cgi?id=11871
>
> You could add the linux thing as a comment if you're sure it's the same issue.

Well, I'm not sure this is same. I explored something new to me and better create another topic here.
1 2
Next ›   Last »