Custom Query (80 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 80)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#16 fixed Add xsystray support dmik
Description

Odin32 already supports the SystTray? eCenter plugin by MadInt? however we have a better implementation called xsystray (so far, it's part of our Qt4 port). We should add support for xsystray too.

#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.

#109 fixed Build of pe/pec fails with GCC 4.7.3 dmik
Description

There is one incompatibility with GCC 4.7.3 in Odin: the PE and PEC tools.

They use custom startup code (to reserve as low virtual address in private memory space as possible — this is vital for some WIn32 .EXE files which have the very low virtual entry point which we must be able to provide as there is 1-to-1 address mapping).

However, GCC 4.7.3 puts a reference to __ehInit (C++ exception handling) in each object file it generates. And since we don't link to the normal CRT startup code in case of PE/PEC, this symbol remains undefined. This seems like a bug of GCC, more details are here: https://github.com/psmedley/gcc/issues/8.

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