VC linker - unresolved external symbols - runtime

Erik van Velzen erik at evanv.nl
Sun Jan 5 11:05:57 PST 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.


More information about the Digitalmars-d-learn mailing list