User Activity

  • Posted a comment on ticket #226 on p7zip

    That should do it: --- a/CPP/Windows/ErrorMsg.cpp 2020-05-28 00:35:02.729896917 +0200 +++ b/CPP/Windows/ErrorMsg.cpp 2020-05-28 00:40:01.676442629 +0200 @@ -13,7 +13,7 @@ const char * txt = 0; AString msg; - switch(errorCode) { + switch(HRESULT(errorCode)) { case ERROR_NO_MORE_FILES : txt = "No more files"; break ; case E_NOTIMPL : txt = "E_NOTIMPL"; break ; case E_NOINTERFACE : txt = "E_NOINTERFACE"; break ; @@ -43,7 +43,7 @@ const char * txt = 0; AString msg; - switch(messageID) { + switch(HRESULT(messageID))...

View All

Personal Data

Username:
adrian_007
Joined:
2007-06-13 13:13:57
Location:
Poland / CEST
Gender:
Male

Projects

This is a list of open source software projects that adrian_007 is associated with:

  • Project Logo RSX++ Direct Connect Client Last Updated:
  • Project Logo StrongDC++   Last Updated:

Personal Tools

MongoDB Logo MongoDB