Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 80)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#9 fixed Build break with gcc 4.4.4 ydario
Description

Build of ntdll is no longer possible with gcc 4.x; still working with gcc 3.x

Revision 21376 compiles also with gcc 4.x; I think there is something not working correctly with NAMELESS structures support. Maybe some header with wrong defines.

#10 fixed Missing WinSock2 constants dmik
Description

There is a bunch of constants (such as IP_ADD_MEMBERSHIP) that were redefined by Microsoft in WinSock2 and have values incompatible with WinSock1. We miss these new defines in Odin headers and simply fall back to old ones.

While it seems to work at binary level (because the values for constants supplied to Odin by the application are taken from the real MS SDK when the application is built and get properly recognized by the new WinSock2 APIs in the Odin code), compiling applications at source level drags the old constants in while actually calling the new WinSock2 APIs and as a result these APIs get wrong parameters and return a failure.

#11 wontfix Installer registry entry ydario
Description

New odin applications can dinamically load the runtime libraries, so config.sys libpath changes are no longer required.

To allow finding runtime, a new string value is added to user.ini registry, under KLIBC key (as per http://svn.netlabs.org/libc/ticket/225).

config.sys changes are moved to a new package id, to make them optional.

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