Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 80)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#20 fixed Derive TimeZoneInformation from TZ dmik
Description

Odin does not use TZ to define the Windows time zone (GetTimeZoneInformation?() API). Instead, it uses WGSS for the initial TimeZoneInformation? setting but WGSS returns GMT on freshly installed systems.

We need to derive TimeZoneInformation? from TZ each time when KERNEL32.DLL gets loaded and update it if differs. This will make sure that if the user changes his system time zone setting (via the Clock Synchronization setting or manually in config.sys), it will get picked up by Odin.

#21 fixed cleanall fails abwillis
Description

Cleanall fails when it hits msvcrt.

Index: makefile =================================================================== --- makefile (revision 21535) +++ makefile (working copy) @@ -21,7 +21,7 @@

# _all: all

-all clean lib: # add all common rules here +all clean cleanall lib: # add all common rules here

!ifdef BUILD_MSVCRT

$(MAKE_CMD) -f msvcrt.mak $@ $(MAKE_CMD) -f msvcrt20.mak $@

#22 invalid pe.exe and pec.exe do not work when built with vac365 abwillis
Description

Pe.exe, pec.exe and I think pe2lx.exe do not work when built with vac365. I can replace pe.exe and pec.exe with ones built with vac308 and then all works so it is specific to those executables. I have not tried pe2lx to see if it works but it seemed to fail when I ran it as a test. These fail silently, there is no error message displayed and no entry in popuplog.os2 that I have found. These did work ok at one time as I used to build Odin with VAC365 years ago and I don't recall a problem myself nor do I recall anyone reporting an issue with the builds I had uploaded.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.