Custom Query (81 matches)
Results (34 - 36 of 81)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#69 | duplicate | Memory allocation failure | ||
Description |
I have update using yum my Odin to version 0.821 after that most of my win32 program function normally but vary other program don't giving this pop up error windoow:
This is a old WinZip 8.1 that I used many time before using the most valid new archive viewer now default in eCs2.x Other programs: CALC.EXE a former Ms Calculator and other.
|
|||
#10 | fixed | Missing WinSock2 constants | ||
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. |
|||
#81 | fixed | Missing static text in applications window | ||
Description |
This app runs with an older Odin Build 2010-09-06: Dmitry A. Kuminov Since 0.8.x releases the static text is missing. Only input fields are shown. http://micrometals.com/downloads/MicroRelease_March2010.exe Size 1,5MB, no installation needed, start with "pe MicroRelease_March2010.exe" |