I am using VS2005 Pro on W2k+SP4.
What is the best known practice to accomplish the equvivalent functionality?

Thanks,
David

Re: Function TzSpecificLocalTimeToSystemTime() requires WXP. What to do in W2K? by David

David
Mon Jun 26 13:34:42 CDT 2006

>What is the best known practice to accomplish the equvivalent functionality?

David,

I'm not entirely sure, but see if you can find a copy of Charles
Petzold's ClockRack source code, I think there was an implementation
of something like that in there.

Dave Lowndes

Re: Function TzSpecificLocalTimeToSystemTime() requires WXP. What to do in W2K? by Chris

Chris
Mon Jun 26 13:50:44 CDT 2006

I used a varient of the wine implimentation:
http://source.winehq.org/WineAPI/TzSpecificLocalTimeToSystemTime.html
http://source.winehq.org/source/dlls/kernel/time.c


cmk



Re: Function TzSpecificLocalTimeToSystemTime() requires WXP. What to do in W2K? by David

David
Mon Jun 26 23:25:58 CDT 2006

Thanks.
David

"Chris Kushnir" <ckushnir@rogers.com> wrote in message
news:eBphCHVmGHA.5076@TK2MSFTNGP02.phx.gbl...
> I used a varient of the wine implimentation:
> http://source.winehq.org/WineAPI/TzSpecificLocalTimeToSystemTime.html
> http://source.winehq.org/source/dlls/kernel/time.c
>
>
> cmk
>
>



Re: Function TzSpecificLocalTimeToSystemTime() requires WXP. What to do in W2K? by David

David
Mon Jun 26 23:29:55 CDT 2006

Thanks.
I already wrote my own, no big deal. I was just curious.
David

"David Lowndes" <DavidL@example.invalid> wrote in message
news:d0a0a2dt96gd9nc2lr3h82l3dg9vqc0osq@4ax.com...
> >What is the best known practice to accomplish the equvivalent functionality?
>
> David,
>
> I'm not entirely sure, but see if you can find a copy of Charles
> Petzold's ClockRack source code, I think there was an implementation
> of something like that in there.
>
> Dave Lowndes