Thread overview
[phobos] [D-Programming-Language/phobos] 11dbf9: Merge pull request #276 from 9rnsr/regwide
Oct 07, 2011
Don Clugston
Oct 08, 2011
Jonathan M Davis
Oct 08, 2011
Don Clugston
October 06, 2011
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos

  Commit: 11dbf95b870e6f5533126537508a3bd19f251f22
      https://github.com/D-Programming-Language/phobos/commit/11dbf95b870e6f5533126537508a3bd19f251f22
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2011-10-06 (Thu, 06 Oct 2011)

  Changed paths:
    M std/datetime.d
  A std/internal/windows/advapi32.d
  M std/windows/registry.d
  M win32.mak

  Log Message:
  -----------
  Merge pull request #276 from 9rnsr/regwide

Improve std.windows.registry and fix datetime unit test


October 07, 2011
I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.


On 7 October 2011 08:40,  <noreply at github.com> wrote:
> ?Branch: refs/heads/master
> ?Home: ? https://github.com/D-Programming-Language/phobos
>
> ?Commit: 11dbf95b870e6f5533126537508a3bd19f251f22
> ? ? ?https://github.com/D-Programming-Language/phobos/commit/11dbf95b870e6f5533126537508a3bd19f251f22
> ?Author: Jonathan M Davis <jmdavisProg at gmx.com>
> ?Date: ? 2011-10-06 (Thu, 06 Oct 2011)
>
> ?Changed paths:
> ? ?M std/datetime.d
> ?A std/internal/windows/advapi32.d
> ?M std/windows/registry.d
> ?M win32.mak
>
> ?Log Message:
> ?-----------
> ?Merge pull request #276 from 9rnsr/regwide
>
> Improve std.windows.registry and fix datetime unit test
>
>
> _______________________________________________
> phobos mailing list
> phobos at puremagic.com
> http://lists.puremagic.com/mailman/listinfo/phobos
>
October 08, 2011
On Friday, October 07, 2011 09:01:18 Don Clugston wrote:
> I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.

Are you still seeing this? The autotester is all green.

- Jonathan M Davis
October 09, 2011
On 9 October 2011 00:09, Jonathan M Davis <jmdavisProg at gmx.com> wrote:
> On Friday, October 07, 2011 09:01:18 Don Clugston wrote:
>> I'm getting a linker error on Windows which I presume comes from this commit. It can't find constructors for Duration, FracSec, and TickDuration.
>
> Are you still seeing this? The autotester is all green.

Yes. I've just found the problem though -- I had an old version of optlink on my path (8.00.5 instead of  8.00.12), probably due to me stuffing up when moving files from my English Windows desktop to my German laptop.