@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.

Reply via email to