VC linker - unresolved external symbols - runtime

FreeSlave freeslave93 at gmail.com
Sun Jan 5 11:14:48 PST 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.


More information about the Digitalmars-d-learn mailing list