Activity for robyschek

  • robyschek robyschek posted a comment on ticket #2073

    Неre is a patch aganst the latest public sources на всякий случай.

  • robyschek robyschek created ticket #2073

    Typo in ExtHandler.cpp

  • robyschek robyschek posted a comment on ticket #752

    Yes we do need winsock2. Windows.h only pulls winsock.h, another beast from early 1990-ties, which does not provide API used in win32file. This old winsock also causes multiple redefinition errors when included before winsock2. MSDN recommends to just '#include <winsock2.h>' alone as it has been done in this module initially, but if '#include <windows.h>' is required MSDN suggests to define WIN32_LEAN_AND_MEAN to avoid collisions with the old winsock. We then have to explicitly include some not so...

  • robyschek robyschek modified a comment on ticket #752

    fix v2: include windows before winsock2, tricky

  • robyschek robyschek posted a comment on ticket #752

    fix v2: include windows before winsock2, tricky

  • robyschek robyschek modified a comment on ticket #752

    fix v1: define WIN32 macro

  • robyschek robyschek posted a comment on ticket #752

    fix v1: define WIN32 macro

  • robyschek robyschek posted a comment on ticket #752

    Here is a test that reveals the error

  • robyschek robyschek created ticket #752

    ERROR_BAD_LENGTH in winfile.GetFileInformationByHandleEx on x86 - a struct alignment issue.

  • robyschek robyschek created ticket #92

    2.10 regression in Each.parseImpl

  • robyschek robyschek created ticket #90

    NameError in SkipTo.parseImpl

  • robyschek robyschek created ticket #1547

    Read out of bounds in FM.exe when archive is open using parser

1